javascript - Do html5 <video> tags perform at the same speed as <img> tags? -


i’m trying figure out if there negative outcomes using <video> tags display images (sometimes in carousel) instead of <img> tags.

would best way start bench marking performances?

<video> tag html tag <img>. performance of rendering both tag should same, matter on browser accessing this. if using <video> tag, make sure using proper code display video.


Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -