• I made the featured image 600 x 300 however it is cropping in mobile view. Can someone please let me know what the featured image size or its’ aspect ratio should be?

    Thank you

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

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hey @goldcoastpickleball,

    Try adding the following CSS code into the Additional CSS in Appearance » Customize:

    @media screen and (max-width: 768px) {
        .entry-media img {
            max-width: 100%;
        }
    }

    Let me know if that worked for you.

Viewing 1 replies (of 1 total)

The topic ‘Featured image cropping on mobile’ is closed to new replies.