Tagged: Lightbox
Hello everybody,
if i click on an image, it will be displayed at the lightbox with a width like 1024px … thats very small. Is it possible to change the lightbox imagesize or is it possible to program it, that the lightboximages depends on the screen resolution?
Greets Björn
Hey CiniZ!
Yes lightbox does depends on screen resolution, as it is responsive it self.
Do I understand you wrong, do you need something else?
Cheers!
Basilis
I have a fullhd resolution .. and the image is only 1024 width…
http://www.hochzeitsfotograf-bjoernkuhle.de/allerlei/problem_09.jpg
A Screenshot… in my oppinion is the image very small :/
Hi!
Please try adding 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';
}
Regards,
Yigit
Hey!
lightbox is showing up fine for me: http://imgur.com/cp9DRBS
Regards,
Andy
@ Andy – ur Screenshot looks fine …
@ Yigit – now it looks very nice :) thx a lot … what was the problem before?