• Resolved jacktaffa

    (@jacktaffa)


    Loading of gallery page is really slow, the gallery’s thumbnails are loaded as full sizes.
    I’ve resolve the problem adding on “elements\filterable-gallery\filterable-gallery.php”@ line :1823

    $gallery_store[$counter]['image_id'] = $gallery['eael_fg_gallery_img']['id'];

    and I’ve replaced line :1884 like:

    <img src="'.wp_get_attachment_image_src($item['image_id']).'" alt="'.$item['title'].'" />';

    • This topic was modified 6 years, 2 months ago by jacktaffa.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Improvement: Full image loaded instead of thumbnail in filterable gallery’ is closed to new replies.