Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Jesus 190

    @Galindezpro

    Posted

    can't see code, great job

    0
  • @feroztia

    Submitted

    Hey guys! For me, it was a bit difficult at first to understand, how to change the image in desktop and mobile versions. Anyway, here's my solution for this challenge, it was pretty fun.

    Jesus 190

    @Galindezpro

    Posted

    De la manera que escribistes las imagenes:

                <img id="desktop-img" src="/images/image-product-desktop.jpg" 
                alt="chanel 
                gabrielle 
                perfume">
               <img id="mobile-img" src="/images/image-product-mobile.jpg" 
               alt="chanel gabrielle 
               perfume">
    </div>```
    
    
    debes eliminar "/" al principio y el css puedes usar "DISPLAY: NONE" en una de las imagines para ocultarla, cuando uses el media query y debas cambiar de imagen le aplicas el "DISPLAY: NONE" para ocultar la imagen que se estaba mostrando y "DISPLAY: INLINE-BLOCK" para mostrar la imagen oculta
    

    Marked as helpful

    0