Home › Community Forums › Adapt Theme Support › Images blurry on mobile devices › Reply To: Images blurry on mobile devices
December 8, 2013 at 10:56 pm
#9404

Customer
the images aren’t that big and are set to 100% which means they have to stretch to fit the screen. You can set it to auto if you want in your css –
.home-feature-wrap .featuredpage img,
.home-feature-wrap .featuredpost img {
width: auto;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com