Hi. When I Add Media to some page and then open it with lightbox it looks normal. But when i add image using “Insert theme shortcode” and then open it with lightbox it looks smaller! The size is smaller than it actually is! Example:
http://i9.pixs.ru:/storage/8/3/8/1jpg_9040991_16069838.jpg – Standart WordPress “Add Media”
http://i9.pixs.ru:/storage/8/3/9/2jpg_6803823_16069839.jpg – Insert Theme Shortcode
Is this bug or…?
Hi Taras!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );
function enfold_customization_change_popup_size( $size ) {
return 'fullsize';
}
Best regards,
Yigit
I put it to bottom, dos’t help. In what line II have to put it? Thx!
http://i10.pixs.ru/storage/5/2/3/121jpg_2536819_16085523.jpg