When the picture is klicked in the Masory Gallery it opnes in the ligtbox.
Can it be larger there about 1500 px?
Thanks !
Servus
Susanne
Hi susannetessa
Try changing line 811 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php from this.
$this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));
To this.
$this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','full'));
Best regards,
Elliott