Skip to content

Instantly share code, notes, and snippets.

@cameronscott137
Created May 14, 2014 12:09
Show Gist options
  • Save cameronscott137/974d2c043eec80ea6cd2 to your computer and use it in GitHub Desktop.
Save cameronscott137/974d2c043eec80ea6cd2 to your computer and use it in GitHub Desktop.
/* Overrides opacity */
#fullscreenBrowser .slideshow.strip .slide{
opacity: 1 !important;
}
/* Fixes caption to the left side of the page */
#fullscreenBrowser .slideshow.strip .image-detail-wrapper{
position: fixed !important;
left: 20px !important;
bottom: -2px !important;
right: auto !important;
padding: 0 !important;
}
/* Ensures the caption displays at full-width */
#fullscreenBrowser .slideshow.strip .image-detail-wrapper .image-description{
max-width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment