Is it possible to use data URIs in video and audio tags?

后端 未结 5 2026
無奈伤痛
無奈伤痛 2020-11-30 04:42

Assuming the following:

  1. The browser in question doesn\'t limit the size of data URIs.
  2. There is actually a purpose to doing this (so please refrain fro
5条回答
  •  醉梦人生
    2020-11-30 05:06

    It should be possible, except in IE8 and below, which does not support Audio/Video elements. Note that Opera does limit the size of the URI.

提交回复
热议问题