Retina support for Gridsome Image
Author: tomtevCreated Dec 6, 2018Updated May 13, 2026
Labelsfeature request
Summary
Would be nice to have retina support for g-image. Like for example if you set width="300" it will be lazy loaded as 600px for retina screen.
Basic example
Maybe something like:
<g-image width="300" retina="true" />
or just:
<g-image width="300" retina />
Source: gridsome/gridsome