Viewing 1 replies (of 1 total)
  • Plugin Author Hot Themes

    (@hotwptemplates)

    Hello,

    This should be handled by your theme, not the plugin. You can add this CSS and in most cases it will make the images on your website responsive:

    img {
    max-width: 100%;
    height: auto;
    }

    Regards,
    Milos

Viewing 1 replies (of 1 total)
  • The topic ‘Images aren’t responsive’ is closed to new replies.