Plugin Author
Mattias
(@darkwhispering)
Hi @jadeadele
This issue have been resolved and will be included in the next update of the plugin.
Thanks
@mattias, thanks, you da man, love this plugin.
I’d love to see an option where I can put two embedded images side by side too instead of one below the other, but that’s purely frivolous.
Keep up the good work!
Hi. There is no need to bloat this fine plugin with desing hacks which won’t fit many peoples needs.
To line up two embeds side by side, simply put the following in your css file:
#content iframe {
float: left;
width: 50%;
}
Decrease the width
further if more embeds should be side by side.
well that works just fine too 🙂
I’m not a coder.