Hi there, I am using a bunch of small mp4 videos on a page. I am trying to avoid using looping. When the video ends I just want it to end, but I don’t want it to show the white play arrow. Is this possible?
CJ
Hey AlpineWeb,
Thank you for the inquiry.
You can add the following css code to hide the play icon, but please note that this will affect all videos on the site:
.mejs-layer.mejs-overlay-play {
display: none;
}
Best regards,
Ismael
Thanks so much for your assistance that works but now it leaves it with a blank box rather than an fallback/preview image or the final moment of the video. The bottom two videos as an example.
CJ
Hi,
Since your videos are very short, I would recommend converting to a GIF and remove the loop count and change the ending frame to one that shows instead of the “blank” white frame
see the example below, you can adjust the settings to suit.
Best regards,
Mike