• Hi,

    I’ve updated to version 2 of the plugin recently and noticed that display of some images on my website broke. After looking around for source of the problem I found out that the plugin now inserts dist/styles/frontend/block.css stylesheet with this overly generic CSS rule:

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

    This rule applies to all images on the website! Please, put this rule in some plugin-related scope like all the other CSS rules.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Overly generic CSS rule in block.css’ is closed to new replies.