Video picture

Using a video in a picture element works in Safari. Other browsers probably not.

<picture>
  <source srcset="small.mp4" type="video/mp4">
  <img src="small.png" height="270" width="480" alt="Sintel Trailer">
</picture>

Sintel Trailer