Reply To: Images blurry on mobile devices

Homepage Community Forums Adapt Theme Support Images blurry on mobile devices Reply To: Images blurry on mobile devices

#9404
Eric
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