Drop-shadow for SM gallery style with non-square thumbs
phaserbeam
Registered Users Posts: 452 Major grins
Any ideas how to get this to work?
I'm using this code to add a drop shadow to the smugmug gallery thumbs which works well for square thumbs.
However if you turn of square thumbs the shadow will remain for the placeholder, see this test gallery.
Here is the code i'm using:
I'm using this code to add a drop shadow to the smugmug gallery thumbs which works well for square thumbs.
However if you turn of square thumbs the shadow will remain for the placeholder, see this test gallery.
Here is the code i'm using:
/* Thumbs */ .sm-gallery-smugmug .sm-tiles-grid .sm-tile-content { box-shadow: 5px 5px 4px #222; }
0
Comments