Hi Enfold team,
I have added 1920×1080 photos to the gallery on my webpage 3ds Max kurs, but when I click to view/open them, it is show as they are small (about 800x… pixels or less).
What can I do to preview full size pictures on click?
Thanks.
Milorad
Hey Milorad,
I tested your page and the images seem to be showing at full width for me when the screen is large enough for them, if the screen is smaller the images are force to fit the screen. please see screenshots in Private Content area.
But they go to the edge of the screen with no padding or margin, that we could remove.
Is your request that they would extend past the screen, with the possibility be that you don’t see the edges?
Best regards,
Mike
Hi Mike,
I have problem with some of images – actually, the first 3 images are uploaded as 1920×1080 and my monitor is 1920×1200, but still i see them as 1030×579 pixels.
It is strange that some of images are, as you could see, opening fine on full possible size.
So, I dont want to change padding or any other options. My goal is just to enable the full size for three first images that are uploaded in bigger size.
I dont know why wordpress is making them smaller even on large monitor.
Thanks for your help. If you find some solution, I will be happy to hear this.
Best regards,
Milorad
Hi,
Try adding this code to the end of your functions.php file in Appearance > Editor:
add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_gallery_thumbnail_link', 10, 1);
function avia_change_gallery_thumbnail_link($size)
{
return "full";
}
Best regards,
Mike
Thank you Mike,
This solved my problem and I am able to see full size photos now.
Great support!
Best regards,
Milorad
Hi,
Glad that Mike helped you. Thanks for using Enfold :)
Best regards,
Nikko