Video thumbnail are not visible in IOS devices

Scenario: When we add a video to the webpage using video tags, iOS devices will not show the thumbnail of the video as they do on Android and desktops. We can use this solution to correct this issue.

we need to add a skip time as 0.001s to load the thumbnail image in the source attribute of video tag like below.

<video src="/SSP Applications/NetSuite Inc. - SCA 2023.1.0/Development/img/RivaStaruseadabuse360p.mp4#t=0.001" controls="controls">
      <source src="/SSP Applications/NetSuite Inc. - SCA 2023.1.0/Development/img/RivaStaruseadabuse360p.mp4#t=0.001" type="video/mp4">
      Your browser does not support the video tag.
</video>

Leave a comment

Your email address will not be published. Required fields are marked *