Tagged: retina images
How to make images on the site retina ready?
I was expecting to see a setting when i upload and image, but is not there.
Any suggestions on hot to it?
Thank you so much!
Ignazio
Hey Ignazio!
You should use a plugin like this one http://wordpress.org/plugins/wp-retina-2x/
Best regards,
Yigit
Hello Yigit!
I actually have that plugin installed, but if I place a x2 image (for example 200px x 200px) on a page (Via the Avia builder) it actually looks x2 (200px x 200px) on the site..
But what I’m trying to have is a 100px x 100px image.
I know I could do that with the regular wordpress media uploader but I the image would have the nice transition effect left to right…
I think this should be a setting in the Avia builder where you specify that you are uploading a retina image and it compress it to 50% the size.
Thanks!
Hey!
Feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Can you point out the image you are having issues with on your website so i can check it on my iPhone 4? I checked your website and images look fine http://i.imgur.com/KxexTBw.png
Best regards,
Yigit
Hey Yigit I have temporarily fixing it with this line of css:
.avia image{
width: 50%;
}
even though this way ALL the images on the site will have to be X2 the size..
Posting the suggestion on the feature request.
Thanks!