Hi,
I wanted to know if it were possible to edit the light box? I wanted to reduce the margin around my images, keeping a thin white border around it.
Can this be done? If so, what file needs to be edited?
Thanks
Hi,
I wanted to know if it were possible to edit the light box? I wanted to reduce the margin around my images, keeping a thin white border around it.
Can this be done? If so, what file needs to be edited?
Thanks
Hi Graycode,
The lightbox is created by prettyPhoto. In your theme files open js>prettyPhoto>js>jquery.prettyPhoto.js . The initial block of code has most of the customization you can do. Here is the docs for that file: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/documentation/
Specifically, try changing the theme to light_square. Just look for:
theme:'pp_default'
and change it to:
theme:'light_square'
Regards,
Devin
You must log in to post.