Home › Forums › All Other Themes › Auto photo resizing on mobile devices
- This topic has 6 replies, 3 voices, and was last updated 6 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
April 24, 2018 at 3:16 am #99940
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.
April 24, 2018 at 6:54 am #99945Hi,
Kindly show us your website URL and also share your order number please.
Regards,
ChrisApril 24, 2018 at 10:37 am #99994URL: 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
30141Thanks.
April 24, 2018 at 10:39 am #99995Pages w/ examples of photos not sizing corectly:
http://themarilynmonroecollection.com/marilyn-monroe-owned-book-man-against-himself/
http://themarilynmonroecollection.com/marilyn-monroe-and-me/April 25, 2018 at 12:26 pm #100058Hi,
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,
ChrisApril 25, 2018 at 2:07 pm #100070That worked. Thanks very much.
April 26, 2018 at 10:33 am #100115Cool.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.