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

Development Tools Introduction to Front End Performance Optimization Optimize Assets Optimize Images

Sasha Drmic
Sasha Drmic
12,316 Points

2016 High Density Displays

In this video Nick Pettit talks about Retina displays that have x2 pixel ratio. What should we do nowdays when there are common devices with x3 or x4 pixel ratio?

3 Answers

Liam Lagan
Liam Lagan
10,517 Points

I found some ideas in This Article by Dudley Storey.

It advises more use of SVG and hints at a new standard via the <picture> tag which appears to be an easier way to deliver different images to different screen sizes, more info here.

bump