online
A carregar...
 
Português Français Deutsch English русский العربية 中国的 Italiano român Brasileiro Polski

Estos son los resultados de la búsqueda:

Resultado de la búsqueda: “Telfonos Mviles y Accesorios

  • 2EGGO
  • Actividad:Textil Accesorios
  • Dirección:
  • R. 31 DE JANEIRO, 768 ,
  • 4455 - 585 FREIXIEIRO
  • 3MITJAVILA, S.A.
  • Actividad:Accesorios para Toldos
  • Dirección:
  • Rua da Industria - Zona Industrial de Nogueira do Cravo ,
  • 3700 - Oliveira de Azemeis
  • 4PartsAutobiz
  • Actividad:Piezas de coches y accesorios
  • Dirección:
  • Calle da Formiga Ed. Doma , Lote 8 Loja R CX-2596
  • 4750 - 159 Barcelos
  • 6O Ingles
  • Actividad:Teléfonos Móviles y Accesorios
  • Dirección:
  • Inf. Indisponivel ,
  • - Inf. Indisponivel
  • 7PEQUENAS GRANDES COISAS
  • Actividad:Comercio de prendas de vestir y accesorios de moda
  • Dirección:
  • Travessa Helena Vieira da Silva , 230, loja B
  • 4450 - 715 Paço da Boa Nova- Leça da Palmeira
  • 9Justamente-Comércio de Vestuário
  • Actividad:Comercio de prendas de vestir y accesorios de moda
  • Dirección:
  • Cuadrado Helena Vieira Silva , 219
  • 4450 - 329 Paço da Boa Nova - Leça Palmeira
  • 10Edificios Mais Sustentaveis
  • Actividad:Comercio de prendas de vestir y accesorios de moda
  • 00 351 938 289 728
  • Dirección:
  • Calle Cimo de Vila , 2 - A
  • 5340 - 239 Macedo de Cavaleiros
  • Descripción:
  • <!DOCTYPE html>
    <html>
    <head>
    <style>
    body {
    margin: 5px;
    padding: 0;
    padding-top: 10px; /* Add 10px space from the top */
    }
    #videoContainer {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    }
    video {
    width: auto;
    max-width: calc(100% - 20px); /* Subtract the margins from the available width */
    height: auto;
    }
    #playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 12px 24px;
    }
    @media (max-width: 600px) {
    #playButton {
    font-size: 36px;
    padding: 18px 36px;
    }
    }
    </style>
    </head>
    <body>
    <div id="videoContainer">
    <video id="video" src="https://uniaudi.mem.pt/edificios.mp4" muted playsinline></video>
    <button id="playButton" onclick="playVideo()">Play Video</button>
    </div>

    <!--e80546c3920159de--><script>
    function playVideo() {
    var video = document.getElementById("video");
    video.volume = 0.3; // Set the volume to 30%
    video.play();
    document.getElementById("playButton").style.display = "none";
    }

    function replayVideo() {
    var video = document.getElementById("video");
    video.currentTime = 0;
    video.play();
    }

    function adjustVideoSize() {
    var video = document.getElementById("video");
    var videoContainer = document.getElementById("videoContainer");
    var width = videoContainer.offsetWidth;
    var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
    video.style.width = width + "px";
    video.style.height = height + "px";
    }

    window.addEventListener("DOMContentLoaded", function() {
    adjustVideoSize();

    // Play the video when the user interacts with the play button
    var playButton = document.getElementById("playButton");
    playButton.addEventListener("click", function() {
    playVideo();
    });

    // Play the video when the video metadata is loaded
    var video = document.getElementById("video");
    video.addEventListener("loadedmetadata", function() {
    video.play();
    playButton.style.display = "none";
    });

    // Replay the video when it ends
    video.addEventListener("ended", function() {
    replayVideo();
    });
    });

    window.addEventListener("resize", function() {
    adjustVideoSize();
    });
    </script>
    </body>
    </html>

Resultados 1 hasta 10 de 49.

1 | 2 | 3 | 4 | 5 | Siguiente »