Is it possible to get srcset to recalculate the browser window size once the page has loaded, and thus update the image its using.
srcset
The reason you\'d want t
i found this to force a re-render
var img = document.getElementById('my-element');
img.srcset = img.srcset;