How to embed looping videos on your web page
Videos are great, but sometimes all you want to do is show a brief clip that demonstrates a certain action. For example, take a look at this article on how to make play-dough. Each step has an embedded, looping video that shows the action you need to take. There aren't any player controls on the videos, and the videos only start when you mouse over them.
Embedding looping videos is easy to do with with HTML5 video tags. See this post on Stack Overflow for some sample code.
I created a quick example with looping videos in this post. Suppose you're creating release notes about some image editing functions in WordPress. Here's how you might embed looping videos. Mouse over the images to make them play.
Cropping images
You can crop images that you have uploaded in WordPress.
Your browser does not support HTML5 video.
Rotating images
You can also rotate the videos clockwise or counterclockwise.
Your browser does not support HTML5 video.
Flipping images
You can also make quick adjustments to the videos. For example, you can flip the images horizontally or vertically.
Your browser does not support HTML5 video.
With this last video, if you move your mouse off the video, the video stops.
The only shortcoming with the method above is that the videos don't have a watermark over them to let you know they're videos rather than static images. I added a box shadow to the images, which would easily let the user learn to recognize looping videos versus static images.
There are quite a few options with the HTML5 video tag, such as whether to include controls, autoplay, loop, and more.