• I’m currently working on my new WordPress site. But I want to embed all my images, and that’s is going fine, but I want to make them look nice on a retina display.

    What’s the easiest way to do this with embedded images? Right now I embed them like this.

    <img alt=”image” src=”https://www.image.com/image.jpg&#8221; width=”500″ />

    I’m using the width to control the size, so if the original image is 1000 pixels, and I scale it to 500 pixels using the width. Will it work?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed images for retina display’ is closed to new replies.