Options

Boarder around slideshow photos

firefox13firefox13 Registered Users Posts: 64 Big grins
edited August 26, 2013 in SmugMug Customization
Hi
In legacy I had a red border around my homepage images. Is it possible to replicate in new SM?

Thanks

Comments

  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 25, 2013
    firefox13 wrote: »
    Hi
    In legacy I had a red border around my homepage images. Is it possible to replicate in new SM?

    Thanks

    Give this a try: (Adjust 1px to your liking)
    .sm-page-widget-slideshow .sm-tile-single.sm-tiles-uncropped .sm-image {
      border: 1px solid #ff0000;
      }
    
    
  • Options
    firefox13firefox13 Registered Users Posts: 64 Big grins
    edited August 25, 2013
    Give this a try: (Adjust 1px to your liking)
    .sm-page-widget-slideshow .sm-tile-single.sm-tiles-uncropped .sm-image {
      border: 1px solid #ff0000;
      }
    
    

    Thanks. That worked partially. Some images are showing border on top and Left side only. Some are showing on all sides except right side.
  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 25, 2013
    firefox13 wrote: »
    Hi
    In legacy I had a red border around my homepage images. Is it possible to replicate in new SM?

    Thanks
    firefox13 wrote: »
    Thanks. That worked partially. Some images are showing border on top and Left side only. Some are showing on all sides except right side.

    Try adding what's in red
    .sm-page-widget-slideshow .sm-tile-single.sm-tiles-uncropped .sm-image {
      border: 1px solid #ff0000;
    [COLOR="Red"]max-width: 95%[/COLOR]}
    
  • Options
    firefox13firefox13 Registered Users Posts: 64 Big grins
    edited August 25, 2013
    Try adding what's in red
    .sm-page-widget-slideshow .sm-tile-single.sm-tiles-uncropped .sm-image {
      border: 1px solid #ff0000;
    [COLOR="Red"]max-width: 95%[/COLOR]}
    

    Woorks Great. Thanks Mark
  • Options
    JohnwdJohnwd Registered Users Posts: 33 Big grins
    edited August 26, 2013
    May I ask can this be done with video clips ?
Sign In or Register to comment.