High Resolution Support
This section will explain how to make your theme High Resolution Supported (Retina Display)
How it works
When your users load a page, Studio8 checks each image on the page to see if there is a high-resolution version of that image on your server. If a high-resolution variant exists, a JavaScript helper script will automatically replaces images on your page with high-resolution variants.
Studio8 assumes you use Apple’s prescribed high-resolution modifier (@2x) to denote high-resolution image variants on your server.
For example, if you have an image on your page that looks like this:
The theme will check your server to see if an alternative image exists at this path:
"/images/my_image@2x.png"
Uploading your images
When you upload an image and you want to make it available for high-resolution screens, just upload both your low-resolutions and high-resolution images at the same time and follow the file naming convention described below.
Recent Comments