Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

102
Vistas
Video disappears upon scrolling on my website on iOS / Android

Description: I'm trying to create a site with 2 background videos. When the screen is upright, one vertical video should be displayed, and when I flip the screen to the horizontal position horizontal video should appear instead of the first one (vertical video).

Problem: When I scroll through the page on my iPhone both of the background videos disappears. Everything works well on Desktop, but the videos disappear only on mobile devices.I think the problem is in the $(window).resize function, but I don't know how to solve it.

document.addEventListener("DOMContentLoaded", () => {
  //   Adding a class at a specific resolution
  if ($(window).width() > 537) {
    $(".mainVideo").html(
      '<video playsinline autoplay muted loop><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/desktop/doberFHD.mp4" type="video/mp4" /><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/desktop/dober2k.webm" type="video/webm"/></video>'
    );
  } else {
    $(".mainVideo").html(
        '<video playsinline autoplay muted loop><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/mobile/dober480.mp4" type="video/mp4" /><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/mobile/dober720.webm" type="video/webm" /></video>'
    );
  }
  // this is used whenever the window is resized
  $(window).resize(function () {
    if ($(window).width() > 537) {
      $(".mainVideo").html(
        '<video playsinline autoplay muted loop><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/desktop/dober720p.mp4" type="video/mp4" /><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/desktop/dober720p.webm" type="video/webm" /></video>'
      );
    } else {
      $(".mainVideo").html(
          '<video playsinline autoplay muted loop><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/mobile/dober480.mp4" type="video/mp4" /><source src="https://dober.agency/wp-content/themes/dober-agency/assets/video/mobile/dober720.webm" type="video/webm" /></video>'
      );
    }
  });
});

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda