Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

All Picturefill Photos At Once

I Have All 4 Picturefill Images on The Page At Once, I Need Help Yo Resolve This Before I Can Place The Other Photos.

This The HTML

 <span src data-picture data-alt="Dr. Maggie Wincher">
              <span data-src="external/imgs/Dr. Maggie Wincher-small.jpg"></img>
              <span data-src="external/imgs/Dr. Maggie Wincher-medium.jpg" data-media="(min-width: 400px)"></img>
              <span data-src="external/imgs/Dr. Maggie Wincher-large.jpg" data-media="(min-width: 800px)"></img>
              <span data-src="external/imgs/Dr. Maggie Wincher-extralarge.jpg" data-media="(min-width: 1000px)"></img>

              <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. -->
            <noscript>
              <img src="external/imgs/Dr. Maggie Wincher-small.jpg" alt="Dr. Maggie Wincher"></img>
              <em><h4>Dr. Maggie Wincher</h4></em>                      
            </noscript>

This is The JS In The Header

<script src="external/matchmedia.js"></script>
     <script src="picturefill.js"></script>
     <script async="true" src="picturefill.js"></script>