Options

Increasing the Slideshow Container?

Hikin' MikeHikin' Mike Registered Users Posts: 5,458 Major grins
edited August 14, 2013 in SmugMug Customization
Is there a way to increase the container of the home page slideshow (960px) without breaking the smaller devices? Right now I'm using this on my home page:
    /* Slideshow */
.sm-page-widget-slideshow .sm-tile-content {
    overflow: visible;
    }
.sm-page-widget-slideshow .sm-page-widget-body .sm-slideshow .sm-tile-wrapper  {
    width:940px !important; 
    height:360px !important;
    }    
.sm-page-widget-slideshow .sm-page-widget-body .sm-tile-wrapper.sm-tile-photo {
    margin-top: 0 !important;
    }    
.sm-page-widget-slideshow .sm-page-widget-body .sm-slideshow {
    height: 359px !important;
    border: 2px solid #000;
    box-shadow: 5px 5px 5px #1e1e1e;
    -webkit-box-shadow: 5px 5px 5px #1e1e1e;
    -moz-box-shadow: 5px 5px 5px #1e1e1e;
    }
.sm-page-widget-slideshow .sm-page-widget-body .sm-tile-single.sm-tiles-uncropped .sm-image {
    width: 100%;
    }

It works great, buy I noticed when I tried it on my daughter's iPod (I don't own a mobile device), the slideshow is WAY too big.

Comments

Sign In or Register to comment.