Options

Mobile responsive images in HTML container

tatteberrytatteberry Registered Users Posts: 35 Big grins
edited April 25, 2016 in SmugMug Customization
Here is the site ... http://www.sacredlightphotography.com

In the footer I have two columns, each an HTML container. The problem is the images don't scale down to mobile phone width. Any ideas how to make that happen?

Here's the CSS code I'm using. I've tried max-width, tried settings at 100%, 50% and auto but there is no change.

@media only screen and (max-width: 670px) {
#footer_image {
width: 50% !important;
}
}

Thanks!
Todd Atteberry

The Green Man Design Studio
Sign In or Register to comment.