Created
August 4, 2015 14:48
-
-
Save andrewvink/bb9fec0effaf5aa75d21 to your computer and use it in GitHub Desktop.
2015 (v3) - Lightbox Gallery with a single Thumbnail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This hides all thumnails except the 1st one */ | |
.case-studies .gal-yslightb li:not(:first-child) { | |
display: none; | |
} | |
/* Fix the Spacing of the Thumbnail */ | |
.case-studies .gal-yslightb .thumb { | |
height: auto !important; | |
line-height: 1 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment