Sophie Truner: Forgotten Works and Rediscovery
The provided text appears to be HTML code snippets from a webpage, likely from the Norwegian news site VG.no. It contains data related to a video and its associated metadata. Here’s a breakdown of what it shows:
Video ID: The video’s ID is 242766.
Video Thumbnail/Image: The code specifies the URL of the video’s thumbnail image: https://imbo.vgtv.no/users/vgtv/images/CTAWrCaiCu4Y.jpg. It also includes URLs for different resolutions of the same image.
Video Title (from the first snippet): the title is “Settes ut av penis-spørsmål: – Latterlig” which translates to “Taken aback by penis question: – Ridiculous”. The short path is “game-of-thrones-iwan-rheon-men-up-penis-interview”.
Asset Type: The asset type is identified as “video”. VG.no Specifics: The code uses VG.no’s internal asset delivery system (imbo.vgtv.no) and references their Astro-based component structure. Responsive Images: The multiple image URLs with different sizes (57×102, 90×160, 180×320, etc.) indicate the page is designed to serve appropriately sized images based on the user’s device and screen size.
Lazy Loading: The video-loader components and the opts attribute with rootMargin: "200%" suggest the video is likely loaded using lazy loading, meaning it’s only loaded when it’s about to come into the user’s viewport.
In essence, this code is the technical foundation for displaying a video on VG.no, with a rather provocative title related to an interview with Iwan Rheon (known for his role in Game of Thrones*).
