Trump Approval Rating, Saudi Prince Khashoggi Killing – NPR
- Here's a breakdown of the information contained in the provided HTML snippet, focusing on the image and its associated details:
- * element: This is used for responsive images, providing different image sources based on screen size.
Here’s a breakdown of the information contained in the provided HTML snippet, focusing on the image and its associated details:
1. Image sources & responsive Design:
* <picture> element: This is used for responsive images, providing different image sources based on screen size.
* srcset attribute: This lists multiple image URLs with their corresponding widths:
* https://npr.brightspotcdn.com/dims3/default/strip/false/crop/5057x2845+0+0/resize/900/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F08%2Fad%2F9d0c36d34de18ad1ece3d2cc5136%2Fgettyimages-857444946.jpg 900w
* https://npr.brightspotcdn.com/dims3/default/strip/false/crop/5057x2845+0+0/resize/1200/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F08%2Fad%2F9d0c36d34de18ad1ece3d2cc5136%2Fgettyimages-857444946.jpg 1200w
* https://npr.brightspotcdn.com/dims3/default/strip/false/crop/5057x2845+0+0/resize/1600/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F08%2Fad%2F9d0c36d34de18ad1ece3d2cc5136%2Fgettyimages-857444946.jpg 1600w
* https://npr.brightspotcdn.com/dims3/default/strip/false/crop/5057x2845+0+0/resize/1800/quality/85/format/jpeg/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F08%2Fad%2F9d0c36d34de18ad1ece3d2cc5136%2Fgettyimages-857444946.jpg 1800w
* data-template attribute: This defines a URL template that can be used to dynamically request images of different sizes and qualities.
* sizes attribute: This tells the browser which image to choose based on the viewport width. (min-width: 1025px) 650px,calc(100vw - 30px) means:
* If the viewport is 1025px or wider,use an image that’s 650px wide.
* Otherwise, use an image that’s the viewport width minus 30px.
*
