html - Child image in video tag downloads as well as the video -


i'm looking @ video tag on blog page announcing new autoplay policy mobile webkit:

<video autoplay loop muted webkit-playsinline playsinline>     <source src="/wp-content/uploads/forever.mp4">     <source src="/wp-content/uploads/forever.webm">     <img src="/wp-content/uploads/forever.gif"> </video> 

i notice on desktop chrome gif downloads video. point of view that's not thing - download gif fallback if neither of preceding 2 sources can played. there way achieve this? poster attribute on video tag wouldn't work either, image downloaded.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -