HTML5 video: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Aggiornamento della voce |
|||
Riga 216:
== Sottotitoli ==
Si possono creare sottotitoli in tutte le lingue a scelta dell'utente, visibili durante il video e anche scaricabili in formato TXT o altro<ref>{{Cita web|url=https://downsub.com/|titolo=Download subtitles from Youtube, Viki, Viu, Vlive and more|sito=downsub.com|lingua=en|accesso=2021-02-10}}</ref><ref>{{Cita web|url=https://savesubs.com/it|titolo=Scarica i sottotitoli da Youtube, Facebook, Viki, Dailymotion e altro|sito=savesubs.com|lingua=it|accesso=2021-02-10}}</ref>:<syntaxhighlight lang="html">
<video id="video" controls preload="metadata">
<source src="video/uno.mp4" type="video/mp4">
Riga 285:
==== CSS 3 ====
<syntaxhighlight lang="css">
video {
position: fixed;
Line 336 ⟶ 325:
</feComponentTransfer>
</filter>
</syntaxhighlight>
|