Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480493

    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

    #1480501

    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

    #1480534

    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

    #1480543

    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
    Screen Shot 2025 03 31 at 5.13.07 PM
    see the example below, you can adjust the settings to suit.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.