Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Here's something Mike Blanchette did for his test site: placing a border around the large images in your albums. It looks nice.
Put this in your custom css. Adjust border width, shadows, and colors to your liking. The box-shadow is pretty subtle, so you could eliminate that. Or play with it:
img.pswp__img {
border: 1px solid #A39994;
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Having done some testing and experimentation adding borders and padding to Photoswipe's images, I have concluded that Photoswipe simply is not built to nicely handle such styling. I must recommend against customizing your gallery in this way.
Offline