Our theme is Retina Ready. If you want to add retina support for cms image, you need to do following steps:
- Log in to the Magento Admin Panel
- Click on CMS > Static Blocks
- Select static block you want to edit
- If there no image – add image code to block content. As a result you should get image html code like this
<img src="{{media url='nwdthemes/cartown/370x370.jpg' }}" alt=""/>
- To add retina image you need to upload the image to the same folder as original image and add following code to image tag
<img data-retina="{{media url='nwdthemes/cartown/740x740.jpg' }}" src="{{media url='nwdthemes/cartown/370x370.jpg' }}" alt=""/>