MyBB Community Forums

Full Version: Userbar image to .mp4 file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to keep my userbar an .mp4 file instead of GIF, I have seen some communities do that but don;t know how.

Normally a userbar is userbar.png or userbar.jpg but I want it to be userbar.mp4

my userbar is https://i.imgur.com/BdZQWdA.mp4

anyway to do it?
(2023-01-03, 11:09 PM)expertful Wrote: [ -> ]I want to keep my userbar an .mp4 file instead of GIF, I have seen some communities do that but don;t know how.

Normally a userbar is userbar.png or userbar.jpg but I want it to be userbar.mp4

my userbar is https://i.imgur.com/BdZQWdA.mp4

anyway to do it?

Can you make those animated userbars for my forum aswell ?
Why you do not convert the mp4 file into gif ... should be possible.
(2023-01-04, 02:43 PM)SvePu Wrote: [ -> ]Why you do not convert the mp4 file into gif ... should be possible.

Gif breaks it into some dots dots in the picture, not 100% pixel perfect and I want them to be pixel perfect.
What about this GIF converted image?
https://im5.ezgif.com/tmp/ezgif-5-a3c8997e1d.gif

Else you can embed the video using this snipped of HTML:
<video width="150" height="50" autoplay>
<source src="YOURVIDEO.mp4" type="video/mp4">
Your browser does not support video
</video>

[ExiTuS]
(2023-01-05, 12:20 PM)[ExiTuS] Wrote: [ -> ]What about this GIF converted image?
https://im5.ezgif.com/tmp/ezgif-5-a3c8997e1d.gif

Else you can embed the video using this snipped of HTML:
<video width="150" height="50" autoplay>
<source src="YOURVIDEO.mp4" type="video/mp4">
Your browser does not support video
</video>

[ExiTuS]

Gif doesn't show 404 error, idk why. And how do I add the snippet? I mean where to add to the group?
Once more:
https://im4.ezgif.com/tmp/ezgif-4-c2d20ebbeb.gif
(temporary available for short time only)

[ETS]