Hello,
I use the following filter to open masonry pictures in fullsize:
add_filter(‘avf_avia_builder_masonry_lightbox_img_size’,’avia_change_image_size_masonry’, 10, 1);
function avia_change_image_size_masonry($size){ return ‘full’; }
I’m looking for a simple way to open those pictures in full size:
thanks !
Hey Ronan!
Are you talking about the magnific popup (the big popup that gets displayed when clicking on the image) ? Changing that is going to take a lot of work on the magnific popup script and it would have to be considered custom work so you will want to hire a freelancer to help you out.
The magnific popup is going to display the images as large as it can while still fitting them inside your screen. This is a good feature to have for smaller screens such as mobiles so the user does not have to scroll around your site to see the image so I recommend leaving it as it is.
Cheers!
Elliott
I modified the height and width of the big size picture in WP back-offices’ setting/media to 9999 and it looks fine to me now.
Thanks