Участник:StasFomin/Bugs/EmbeddingMP4Safari — различия между версиями
Материал из DISCOPAL
StasFomin (обсуждение | вклад) |
StasFomin (обсуждение | вклад) |
||
Строка 7: | Строка 7: | ||
Вот это вот работает в FF/Хроме, но не работает в Safari. | Вот это вот работает в FF/Хроме, но не работает в Safari. | ||
− | < | + | <pre><nowiki> |
<html> | <html> | ||
<video autoplay preload="yes" controls="true" width='640' height='480' autoplay loop muted playsinline src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"> | <video autoplay preload="yes" controls="true" width='640' height='480' autoplay loop muted playsinline src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"> | ||
Строка 17: | Строка 17: | ||
<video autoplay controls="true" width='640' height='480' src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"></video> | <video autoplay controls="true" width='640' height='480' src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"></video> | ||
</html> | </html> | ||
− | </ | + | </nowiki></pre> |
<html> | <html> |
Версия 08:18, 28 ноября 2019
Цель — сделать включение с автолупом mp4-файла. (хватит анигифок и т.п.).
Но чтобы работало не только в хроме и FF, но и Маковском Safari (в идеале еще и на маковских планшетах-айфонах, но хотя бы на десктопном).
Вот это вот работает в FF/Хроме, но не работает в Safari.
<html> <video autoplay preload="yes" controls="true" width='640' height='480' autoplay loop muted playsinline src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"> <source src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4" type="video/mp4"> </video> </html> <html> <video autoplay controls="true" width='640' height='480' src="/img_auth.php/d/d8/ClutteredWaryAntlion-mobile.mp4"></video> </html>