We can use object element with images.
Live Demo & Try it yourself!
Video is not available... Embedded is previous playlist.
We can use object element with images.
<!DOCTYPE html>
<html>
<body>
<h2>Object Element with Image</h2>
<object data="/images/cat.jpg"></object>
</body>
</html>