• Resolved kosia

    (@kosia)


    Hello everyone,

    Recently, ive been struggling to set a right image size on back-end of wordpress, so that my images don’t look blurry. but now, i get a problem with mobile version which looked perfect before. max width seems to be determined, but height is stretched, and I’m out of options, any suggestions?

    Thanks for your time, Kosia

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter kosia

    (@kosia)

    For those with similar problem :

    Appearance-> Customize -> Additional CSS

    .attachment-woocommerce_single{
    height: auto !important;
    }

    This makes sure that height is always automatic, according to the predetermined bootstrap width.

    Hope this helps someone <3

Viewing 1 replies (of 1 total)
  • The topic ‘Images streched on Mobile’ is closed to new replies.