Forum'da ara:
Ara


Yazar Mesaj
Mesaj25.11.2021, 13:02 (UTC)    
Mesaj konusu: site tam ekran yapma

herkese merabalar sitemin tam ekranda gözükmesini istiyorum nasıl yapabilirim .
Mesaj26.11.2021, 01:06 (UTC)    
Mesaj konusu:

İstediğiniz şey tam olarak bu herhalde.

Kod:
<button id="goFS">Go fullscreen</button>
<script>
  var goFS = document.getElementById("goFS");
  goFS.addEventListener("click", function() {
      document.body.requestFullscreen();
  }, false);
</script>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu