Hello,
How do you edit light box, for instance the opacity of the black backgound, and the white border around photos?
Thx
Hello,
How do you edit light box, for instance the opacity of the black backgound, and the white border around photos?
Thx
Hi O5,
I believe you can make most of those changes from within the prettyPhoto folder in the js folder of the theme. Thats the javascript drop in that creates the lightbox effect.
Regards,
Devin
Hi Dude,
Also, how do I change the pretty photo theme from light round to light square?
Thx
Open up js/avia.jsand search for following line:
elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
Replace it with:
elements.prettyPhoto({ theme: 'light_square', social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });You must log in to post.