Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Lightbox images full width on mobile

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #246135
    jknetdesign
    Participant

    http://www.rumbleseatmusic.com/electrics/?brand=fender

    When you click on a guitar it pops up in a lightbox.

    What’s the best way to get the guitar photos full width on iphone portrait and landscape?

    This is the CSS I tried.

    @media only screen and ( max-width: 670px ) {
    #TB_window {
      width: 100% !important;
      left: 25% !important;
    }
    #TB_window img#TB_Image {
      margin: 15px 0 0 0 !important;
    }
    .page #TB_window #TB_Image {
      width: 100%;
      height: 100%;
    }
    }
    
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.