The dark background from Jak Lightbox is not shown correctly
Posted: 27 Jun 2012, 00:39
If Jak Lightbox is used for displaying pictures, the dark background (to show the picture in "modal-style") do not appear over the full screen if the page is longer than your computer screen.
The solution is to replace in /components/com_phocagallery/assets/js/jak/lightbox_compressed.js by searching after:
with:
Now the background with opacity is appears over the full screen. Please add this solution to your next update of phoca Gallery.
The solution is to replace in /components/com_phocagallery/assets/js/jak/lightbox_compressed.js by searching after:
Code: Select all
"image-browser-root",{"position":"absolute"Code: Select all
"image-browser-root",{"position":"fixed"