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 solutions

  • Submitted


    Hello there,

    I am super excited on completing this project. However, when I use the html validator, I get these errors which I don't really understand on how to resolve the issue.

    This was the code that I wrote as part of my solution in the html file:

    <picture class="grid-3">
            <source media="(min-width: 1200px)"
              srcset="./assets/desktop/[email protected], ./assets/desktop/image-grid-3.jpg">
            <source media="(min-width: 768px)" srcset="./assets/tablet/[email protected], ./assets/tablet/image-grid-3.jpg">
            <source srcset="./assets/mobile/[email protected], ./assets/mobile/image-grid-3.jpg">
            <img src="./assets/mobile/[email protected]" alt="" class="w-100">
    </picture>
    

    And this error I get when I try to run it in the validator: Error: Bad value ./assets/desktop/[email protected], ./assets/desktop/image-grid-3.jpg for attribute srcset on element source: Density for image ./assets/desktop/image-grid-3.jpg is identical to density for image ./assets/desktop/[email protected].

    Any suggestion to help guide me is greatly appreciated. Thanks

  • Submitted


    Hello guys,

    I just completed this challenge, I would appreciate it if you could take the time to review my code, and I am open to learning more from you all.

    Thanks in advance.