• Resolved anubisprime

    (@anubisprime)


    Hi,

    Firstly, awesome plugin btw! Really love it!

    I wanted to put several GIFs on a page but have them all on a line (or at least have several on a line). Looking at the code I noticed there’s a
    tag at the end of each GIF. Is there a way of removing the tag?

    Many thanks!

    https://ww.wp.xz.cn/plugins/wp-gif-player/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anubisprime

    (@anubisprime)

    Ah, this forum auto deletes tags… apologies
    I was talking about the line break tag < br >

    My question again (probably makes more sense now)

    I wanted to put several GIFs on a page but have them all on a line (or at least have several on a line). Looking at the code I noticed there’s a BR
    tag at the end of each GIF. Is there a way of removing the BR tag?

    Many thanks

    The line brake doesn’t do much harm. Just wrap some divs around it with display: inline-block. I’ve tried the following and it worked.

    <div style="display: inline-block">[WPGP gif_id="6" width="150"]</div>
    <div style="display: inline-block">[WPGP gif_id="8" width="150"]</div>
    <div style="display: inline-block">[WPGP gif_id="10" width="150"]</div>

    Also, if you like the plugin, we would appreciate more 5-star ratings 🙂

    Thread Starter anubisprime

    (@anubisprime)

    That’s brilliant! Thank you!

    (5-star review left!) 😉

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove after each GIF’ is closed to new replies.