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

128
Vistas
Nested slider inside slider

Is it possible to do slider like this one https://jsfiddle.net/redcats/84h3nm9w/, but inside another? 'cause I have some problem with adding it inside my code (anomalous behavior: slides stretch, disappear, appear and deform when switched). I'm using swiperjs, but mb someone knows how to add slider like this in my code without using library or with another.

<style>
            html,
            body {
              position: relative;
              height: 100%;
            }
        
            body {
              background: #eee;
              margin: 0;
              padding: 0;
            } 
        
            .swiper {
              width: 100%;
              height: 100%;
              background: rgb(rgb(149, 149, 150));
            }
        
            .swiper-slide {
              font-size: 18px;
              color: #fff;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding: 40px 60px;
            }
            
            .bg {
              position: absolute;
              width: 405%;
              height: 105vh;
              top: -3vh;
              left: -3vh;
              -webkit-background-size: cover;
              background-size: cover;
              background-position: center;
            }
    
            li {
              list-style-type: none; /* Removing markers */
            }
    </style>
    
    <!-- Slider main container -->
            <div class="swiper">  
              <div class="bg">
                <video autoplay muted loop>
                  <source src="./assets/videos/0181-0238.mp4" type="video/mp4">
                </video>
              </div>
              <div class="swiper-wrapper">          
                    <!-- MAIN --> 
                    <div class="swiper-slide">
                      <div class="buttons" id="btns_main">
                        <button class="page1">Portfolio</button>
                        <button class="page2">About me</button>
                        <button class="page3">Contacts</button>
                      </div>
                    </div>
        
                    <!-- PORTFOLIO --> 
                    <div class="swiper-slide">
                      
                      <div class="buttons">
                        <button class="back" id="back">Back</button>
                      </div>
                    </div>

Should look like this

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