'HTML5 : Using a static thumbnail/poster with video tag when while pre-loading metadata

When we use an HTML video tag with preload = "metadata", it automatically loads the thumbnail whether or not the poster attribute is present. I wish to make sure that the poster attribute value remains the permanent thumbnail without using preload = "none". Is there a way to accomplish this?

Thank you in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source