In columns I use this for images with retina resolution: <img border="0" src="/wp-content/uploads/2019/02/map-1-test.png" width="70" height="70">
But how can I use image with retina resolution in the the selection: Column->Background->Image: /wp-content/uploads/2019/02/map-1-test.png
??
Comments
To use the Retina images you have to enable the Retina.js script first.
Theme Options > Addons & Plugins > Addons
[Links visible only for registered users]
Then, you have to add the 'Image' item and add(add media) both of the images (where retina should end with @2x, I mean, myimage.png and [email protected]) and set the regular image in this item (without @2x)
It should work now.
More about it here:
https://themes.muffingroup.com/betheme/documentation/#retina-ready
and here: [Links visible only for registered users]
Thanks