Dave Jones on Nostr: nprofile1q…zj90y nprofile1q…f7xwn You are misunderstanding the tag. It’s 100% ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqjtm4dxvu3ccgk60wvvt0uw9j9vz7nuc80f7agrv0vgkkushxk5zqnzj90y (nprofile…j90y) nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqvpkystedk2lldqlkkyd084tj5e39rpxn7lad6qeq9uka7kfw9jrsuf7xwn (nprofile…7xwn) You are misunderstanding the tag. It’s 100% based on the html5 ‘srcset’ attribute: https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/srcset
It defines different images to use at different screen resolutions. I.e. - at 360px use this image but at 480px use this other one. Think of CSS media queries. They don’t define a height, only a width because they are viewport width reactors.
The podcaster says here are 3 different images at different widths. Select the one that fits your app’s current page view best.
It defines different images to use at different screen resolutions. I.e. - at 360px use this image but at 480px use this other one. Think of CSS media queries. They don’t define a height, only a width because they are viewport width reactors.
The podcaster says here are 3 different images at different widths. Select the one that fits your app’s current page view best.