Designing in 2x Photoshop Files
What This Tutorial Covers
Retina Sizes
2x dimensions for high-DPI display targets.
Smart Object Workflow
Vector preservation through scaling.
Export Strategies
Generate 1x and 2x assets from a single 2x source.
Noble Desktop's Graphic Design Certificate covers Photoshop alongside Illustrator and InDesign — the complete Adobe toolkit.
Learn the ins and outs of Photoshop for Web Design, including designing at 2x versus 1x, turning a wireframe into a real design, setting anti-aliasing & hyphenation, aligning to a selection, and using clipping masks to crop an image.
- Scroll to the top right of the file so you can see the navbar text.
- In the Layers panel, in the nav folder select the Testimonials layer.
- Hold Shift and click on the About layer so all 3 nav text layers are selected.
- Choose the Type tool
. In the Options bar, change the font to Arial Bold at 36 px.
Important: Translating Type Size into CSS
When designing in a hi-res (2x/Retina) file, everything is double the pixel size of a low-res (1x) file.
When coding type size in CSS, browsers make sure the size appears the same on hi-res and low-res displays. CSS was first created for low-res displays, so type size always refers to a 1x type size. This ensures type appears the same size across all screen resolutions. Unfortunately this is not how Photoshop works. Photoshop is more literal, so type sizes appear differently in different resolution files. In a 2x file, Photoshop’s type size is twice what it will be in a webpage’s CSS. Therefore you must always choose even type sizes, otherwise you’ll end up with undesirable half pixel sizes. For example, in a Photoshop 2x file, 20px will be 10px in CSS.
- Choose the Move tool
. - With the type layers still selected in the Layers panel, in the Options bar, click the Distribute Horizontally icon
to make even out the spacing between the 3 pieces. - Choose the Type tool
. Anti-aliasing determines how text looks—sharpnesss, thickness, etc. We want to use the kind that best mimics how the type looks in a web browser. In the Options bar, set Anti-aliasing
to Mac LCD (Mac) or Windows LCD (Windows).NOTE: Photoshop can replicate Mac or Windows system anti-aliasing for fonts. Assuming text will remain text (not flattened into an image), Photoshop’s anti-aliasing is just for preview purposes. The final text rendering will be handled by the web browser (styled with CSS), or by the operating system if you’re designing an app. You can only choose the anti-aliasing for your system, so if you’re on a Mac you can choose Mac, but not Windows (and vice versa). Which should you choose?
For web design the best option is Mac LCD or Windows LCD because they replicate a web browser’s default text appearance.
For iOS apps (iPhone/iPad) the best option is Mac. If you’re designing for iOS on Windows, Mac is not available, so Crisp or Smooth are probably the closest.
To learn more, refer to the sidebars at the end of this exercise.
- In the Options bar, click the text Color swatch.
- Do not click OK until we say so! Set the color to #959595
We’d like to remember this color, so click Add to Swatches and:
- Name it text gray
- Uncheck Add to my current library.
- Click OK once.
- Click OK a second time.
- Open the Swatches panel (Window > Swatches).
In the Swatches panel, notice at the bottom there’s a new gray swatch. Hover over it and you’ll see it’s named text gray.

has an outlined dark background (which indicates it’s checked). If it does not have a dark background, click the Link icon 
.
.



