I have embedded HTML5 video with mp4 format. How to get thumbnail image like poster without using \"poster\" attribute. This problem coming on Safari and iOS. I have added v
simply add preload="metadata" in video tag and set #t=0.1 at url src, it will get the frame of 0.1s of your video as thumbnail
preload="metadata"
video
#t=0.1
however, the disadvantage of this solution is when you click to play the video, it always start at 0.1s