Hi, as you can see here – http://screencast.com/t/gPLG91AcoU7 – once the image is clicked and the lightbox opens the image doesn’t take the full width of the page. How can I make it do so and show bigger?
Thanks
Hey DROR!
From what I can notice, that is the 3rd site ( maybe more ), that you are building with enfold and posting a question.
That is really nice and we do appreciate a lot, using our products.
Can you please let me know if you are using an extended license of the theme? If not, can you please provide us with a license that is updated and not the one posting on the existing account?
Thanks a lot
Cheers!
Basilis
Hi Basilis, all these sites are my own sites. Which extended licenses to your refer to exactly?
Thanks.
Hi!
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
Thanks