Thread Display auf Smartphone per WebApp / Chrome (10 answers)
Opened by rosti at 2024-10-18 10:18

rosti
 2024-10-20 11:34
#196715 #196715
User since
2011-03-19
3470 Artikel
BenutzerIn
[Homepage]
user image
Die eigene Lösung könnte auch so aussehen:

Code: (dl )
1
2
3
4
5
6
7
<video controls width="1" src="/astjoch.mp4" loop="true" id="vmock"></video>
<script>
window.onclick = function vplay(){
document.getElementById('vmock').play();
document.body.style.backgroundColor = "#20B2AA";
}
</script>


Und das Funktioniert auch. Schönen Sonntag ;)

View full thread Display auf Smartphone per WebApp / Chrome