• Very happy with the plugin, but I encountered 1 problem.

    All centered images on the site got aligned left when activating the plugin. When deactivating the plugin the images got centered again.

    Changing the following css from “block” to “table” solved the problem though:
    .aligncenter {
    display: table;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author WP Media

    (@wp_media)

    Hey @eurotunes

    Thanks for the feedback!

    This is something we also noticed in the past and it is related to WebP display option (using <picture> tag method).

    We have this guide on how to resolve it and it is a little different as we suggest using the following:

    .aligncenter {
    text-align: center;
    }

    Anyway, your solution is also ok but it would be great if you could try with text-align property and let us know if that worked.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Great plugin, but….’ is closed to new replies.