Tagged: video
Site in coming soon mode at the moment.
I have a video on a page and I want it to just stop on the final frame. Currently, after it finishes it displays the first frame with the play icon on top.
I want it to display the final frame without a play icon on top.
Hey John,
Thanks for your patience and the link to your site, but unfortunately our video element doesn’t offer this feature, while we could hide the play button with css we can’t make it stop on the final frame. The easiest solution would be to edit your video so the first frame displays what you want to see.
Another option would be to look for a video plugin that offers the features you wish to use instead.
Sorry, we couldn’t be more help.
Best regards,
Mike
Good suggestion. I will start with a copy of the final frame as the first frame.
Do you have a CSS suggestion for hiding the play button?
And does anyone else have a suggestion on a good video plugin that will do this
Hi,
To hide the play button, please try this css:
.mejs-overlay-button {
visibility: hidden;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
That worked Mike. Thank you.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike