New Year’s Baby: Trends & Insights for 2024
Here’s a breakdown of the HTML code you provided, focusing on the image information:
Overall Structure
The code snippet appears to be part of a list (<ul>) containing links (<li><a>) to author profiles. Each link includes a figure (<figure>) with an image (<img>).The images are used as thumbnails for the authors.
Image Details (Frist Author)
* Image Source: https://akamai.vgc.no/v2/images/c33980b0-5d07-4027-84a1-813f90a7c8d6?format=auto&w=...
* Alt Text: “Photo by Anders Heger”
* Sizes: The sizes attribute is set to “80px“, indicating the image is intended to be displayed at a maximum width of 80 pixels.
* srcset Attribute: This is the key to responsive images. It provides multiple versions of the same image at different widths:
* https://akamai.vgc.no/v2/images/c33980b0-5d07-4027-84a1-813f90a7c8d6?format=auto&w=200&s=cb41ee471a239dc7df6af80b900 200w
* https://akamai.vgc.no/v2/images/c33980b0-5d07-4027-84a1-813f90a7c8d6?format=auto&w=240&s=f7ecf3b895d9496f04ee51adb051e645af4cd2d5 240w
* https://akamai.vgc.no/v2/images/c33980b0-5d07-4027-84a1-813f90a7c8d6?format=auto&w=480&s=3af37ec677891c9db03e27e685f5536f88c42088 480w
* width Attribute: Set to “480”, which is the largest image provided in the srcset.
* fetchpriority="low": Indicates that the browser should prioritize loading other resources before this image.
* loading="lazy": Enables lazy loading, meaning the image will only be loaded when it’s near the viewport.
* decoding="async": Allows the browser to decode the image asynchronously, improving page performance.
Image Details (Second Author)
* Image Source: https://akamai.vgc.no/v2/images/a3715f19-7e77-4fbf-b20f-7d6f5cb479de?format=auto&w=...
* Alt Text: “Photo by Emma Fondenes Øvrebø”
* **Sizes
