Auto photo resizing on mobile devices

Home Forums All Other Themes Auto photo resizing on mobile devices

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #99940
    Scott FortnerScott Fortner
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: April 17, 2016

    How can I have photos in photo galleries resize automatically when being viewed on mobile devices? Right now the photos are displaying larger than the screen size. I’d like them to display no larger than the mobile device screen being viewed on. Thanks.

    #99945
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL and also share your order number please.

    Regards,
    Chris

    #99994
    Scott FortnerScott Fortner
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: April 17, 2016

    URL: www.themarilynmonroecollection.com

    I have ordered several themes and I’m not sure if I have the right order number. Here is what I have records of:

    15512
    15813
    30141

    Thanks.

    #99995
    Scott FortnerScott Fortner
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: April 17, 2016

    Pages w/ examples of photos not sizing corectly:

    http://themarilynmonroecollection.com/marilyn-monroe-owned-book-man-against-himself/
    http://themarilynmonroecollection.com/marilyn-monroe-and-me/

    #100058
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and paste below code there.

    @media (max-width: 479px) {
    #outerImageContainer{width: auto !important; height: auto !important;}
    #lightboxImage{height: auto !important; width: auto !important;}
    }

    Regards,
    Chris

    #100070
    Scott FortnerScott Fortner
    Participant
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: April 17, 2016

    That worked. Thanks very much.

    #100115
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Cool.

    Regards,
    Shri

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.