Forums
(@euginepj)
9 years, 6 months ago
I am getting the same in wp 4.3
Thanks Tobias
9 years, 7 months ago
That’s interesting. Thank you very much, Marcin.
9 years, 10 months ago
replace the line 383 in the page Front_end/gallery_front_end_view.php
Front_end/gallery_front_end_view.php
replace jQuery(".group1").colorbox({rel:'group1', }); with jQuery(".group1").colorbox({rel:'group1', maxWidth:'95%', maxHeight:'95%'});
jQuery(".group1").colorbox({rel:'group1', });
jQuery(".group1").colorbox({rel:'group1', maxWidth:'95%', maxHeight:'95%'});