Before you ask please READ THIS

Slider Image Size

First I would to thank you for this great theme!

My problem is as follows, in my site I have a lot of big-size pictures in the gallery. Even optimized the size usually is more than 500 KB. In the "slider-album-theme" the original file size is used and with big images the site loads slow.

Is there any way, like in the "brick-album-theme" to show optimized thumbs/images (using bfi_thumb or wordpress large dimension) instead of the original file?

Many Thanks!

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    You can go to thirteen\advance\cpt_album.php line ~520 and change this
    $attachment = wp_get_attachment_image_src( $attachment_id, 'full' );
    to
    $attachment = wp_get_attachment_image_src( $attachment_id, 'large' );

    This will change sizes to "large".

    With kind regards.
  • Thanks! That worked!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!