When I first activated the plugin, I got the gray overlay with nothing showing in it. This was because my stylesheet adds overflow: hidden
to .row
.
To ensure that your plugin’s CSS takes effect, all of the selectors should be prefixed with #wp-image-embeds-dialogBoxWrapper
, e.g. #wp-image-embeds-dialogBoxWrapper .row
.
Specifically to fix this case, the styles for .row
should include overflow: visible
.
While we’re at it, it’ll be good to reduce the size of the plugin’s stylesheet by removing unused styles.
]]>Nice little plugin for image rich sites.
I have 2 issues, the 1st being that I only want the content images to have the embed popup, not related post thumbnails, etc.
And the 2nd is that I want the embed popup for prettyPhoto lightbox images.
Any advice would be appreciated.
]]>