Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mattias

    (@darkwhispering)

    Hi @jadeadele

    This issue have been resolved and will be included in the next update of the plugin.

    Thanks

    Thread Starter jadeadele

    (@jadeadele)

    @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.

    Thread Starter jadeadele

    (@jadeadele)

    well that works just fine too ??
    I’m not a coder.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘doesn't embed if there's a dash in the url’ is closed to new replies.