{"id":13343,"date":"2024-02-22T15:09:05","date_gmt":"2024-02-22T12:09:05","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=13343"},"modified":"2024-02-22T15:10:03","modified_gmt":"2024-02-22T12:10:03","slug":"understanding-the-img-srcset-attribute-in-html5-with-examples","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/","title":{"rendered":"Understanding the img srcset Attribute in HTML5 with Examples"},"content":{"rendered":"\n

In the modern web, responsive design is essential to ensure that your website looks and performs well on various devices and screen sizes. Part of creating a responsive website involves optimizing and delivering images appropriately. The img srcset<\/code> attribute in HTML5 is a powerful tool that allows web developers to deliver different image resources based on the user’s device and screen resolution. In this blog post, we’ll explore what the img srcset<\/code> attribute does, how it works, and provide examples to help you understand its practical application.<\/p>\n\n\n\n

What is img srcset<\/code>?<\/h2>\n\n\n\n

The img srcset<\/code> attribute is an HTML5<\/a> attribute used in the <img><\/code> element to specify a list of image files along with their associated descriptors. These descriptors help the browser decide which image to load based on factors like the device’s screen size and resolution. It’s a valuable feature for responsive web design, as it allows web developers to serve appropriately sized images to different devices, optimizing load times and user experience.<\/p>\n\n\n\n

How Does img srcset<\/code> Work?<\/h2>\n\n\n\n

The img srcset<\/code> attribute works by providing a list of image files and their descriptors, separated by commas. Each descriptor is a media condition that helps the browser determine which image to display. When a user visits a webpage, the browser evaluates the descriptors and selects the most appropriate image to load. Here’s the basic syntax for the img srcset<\/code> attribute:<\/p>\n\n\n\n

<img src="fallback.jpg" srcset="image1.jpg 1x, image2.jpg 2x, image3.jpg 3x" alt="Image Description"><\/code><\/pre>\n\n\n\n

In the above example:<\/p>\n\n\n\n

    \n
  • The src<\/code> attribute specifies the default image (“fallback.jpg”) to use if none of the descriptors match the user’s device.<\/li>\n\n\n\n
  • The srcset<\/code> attribute lists multiple images and their descriptors. In this case, we have three images with descriptors “1x,” “2x,” and “3x,” which correspond to different screen resolutions.<\/li>\n<\/ul>\n\n\n\n

    The browser evaluates the descriptors and selects the image that best matches the user’s device. For instance:<\/p>\n\n\n\n

      \n
    • If the user’s device has a 1x (low-density) screen, the browser selects “image1.jpg.”<\/li>\n\n\n\n
    • If the user’s device has a 2x (retina or high-density) screen, the browser selects “image2.jpg.”<\/li>\n\n\n\n
    • If the user’s device has a 3x (ultra-high-density) screen, the browser selects “image3.jpg.”<\/li>\n<\/ul>\n\n\n\n

      img srcset<\/code> in Action<\/h2>\n\n\n\n

      Let’s look at a practical example to understand how img srcset<\/code> works in action. Imagine you have an article with a featured image, and you want to deliver different-sized images based on the user’s screen resolution.<\/p>\n\n\n\n

      <img src="fallback.jpg" srcset="small.jpg 320w, medium.jpg 640w, large.jpg 1024w, xlarge.jpg 2048w" alt="Responsive Image"><\/code><\/pre>\n\n\n\n

      In this example:<\/p>\n\n\n\n

        \n
      • small.jpg<\/code> is a 320-pixel-wide image.<\/li>\n\n\n\n
      • medium.jpg<\/code> is a 640-pixel-wide image.<\/li>\n\n\n\n
      • large.jpg<\/code> is a 1024-pixel-wide image.<\/li>\n\n\n\n
      • xlarge.jpg<\/code> is a 2048-pixel-wide image.<\/li>\n<\/ul>\n\n\n\n

        When a user visits your article, the browser determines their screen width and selects the most appropriate image based on the descriptors. This ensures that users on small screens load a smaller image, while users on larger screens load a more substantial, higher-resolution image.<\/p>\n\n\n\n

        Browser Support for img srcset<\/code><\/h2>\n\n\n\n

        The img srcset<\/code> attribute is supported by all major modern browsers, including Chrome, Firefox, Safari, and Edge. This makes it a safe and widely supported choice for optimizing your website’s images.<\/p>\n\n\n\n

        Benefits of img srcset<\/code><\/h2>\n\n\n\n

        Using the img srcset<\/code> attribute in your HTML5 code offers several significant benefits:<\/p>\n\n\n\n

          \n
        1. Improved Page Load Speed:<\/strong> By delivering appropriately sized images, you reduce the amount of data that needs to be downloaded, resulting in faster page load times.<\/li>\n\n\n\n
        2. Better User Experience:<\/strong> Users see images optimized for their device, ensuring a seamless and visually appealing experience.<\/li>\n\n\n\n
        3. Bandwidth Savings:<\/strong> Users on mobile devices or with limited data plans benefit from reduced data consumption.<\/li>\n\n\n\n
        4. Higher Search Engine Ranking:<\/strong> Faster page load times can positively impact your website’s search engine ranking.<\/li>\n\n\n\n
        5. Responsive Design:<\/strong> img srcset<\/code> is a crucial tool for responsive web design, ensuring your images adapt to different screen sizes and resolutions.<\/li>\n<\/ol>\n\n\n\n

          Conclusion<\/h2>\n\n\n\n

          The img srcset<\/code> attribute in HTML5 is a powerful tool for optimizing image delivery on websites. By providing multiple images with descriptors, web developers can serve the most appropriate image based on the user’s device, screen resolution, and available bandwidth. This results in faster page load times, improved user experiences, and reduced data consumption. Including img srcset<\/code> in your web development toolkit is a smart move toward creating responsive, high-performance websites.<\/p>\n","protected":false},"excerpt":{"rendered":"

          In the modern web, responsive design is essential to ensure that your website looks and performs well on various devices and screen sizes. Part of creating a responsive website involves…<\/p>\n","protected":false},"author":1,"featured_media":13751,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,27,16,17],"tags":[303,320,635,636,643],"yoast_head":"\nUnderstanding the img srcset Attribute in HTML5 with Examples<\/title>\n<meta name=\"description\" content=\"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Understanding the img srcset Attribute in HTML5 with Examples\" \/>\n<meta property=\"og:description\" content=\"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-22T12:09:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-22T12:10:03+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"Understanding the img srcset Attribute in HTML5 with Examples\",\"datePublished\":\"2024-02-22T12:09:05+00:00\",\"dateModified\":\"2024-02-22T12:10:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\"},\"wordCount\":656,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg\",\"keywords\":[\"HTML\",\"Internet\",\"Web\",\"Web Applications\",\"Websites\"],\"articleSection\":[\"Articles\",\"Programming\",\"Technology\",\"Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\",\"url\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\",\"name\":\"Understanding the img srcset Attribute in HTML5 with Examples\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg\",\"datePublished\":\"2024-02-22T12:09:05+00:00\",\"dateModified\":\"2024-02-22T12:10:03+00:00\",\"description\":\"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg\",\"width\":1280,\"height\":680,\"caption\":\"img srcset Attribute\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding the img srcset Attribute in HTML5 with Examples\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Understanding the img srcset Attribute in HTML5 with Examples","description":"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/","og_locale":"en_US","og_type":"article","og_title":"Understanding the img srcset Attribute in HTML5 with Examples","og_description":"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.","og_url":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2024-02-22T12:09:05+00:00","article_modified_time":"2024-02-22T12:10:03+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"Understanding the img srcset Attribute in HTML5 with Examples","datePublished":"2024-02-22T12:09:05+00:00","dateModified":"2024-02-22T12:10:03+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/"},"wordCount":656,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg","keywords":["HTML","Internet","Web","Web Applications","Websites"],"articleSection":["Articles","Programming","Technology","Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/","url":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/","name":"Understanding the img srcset Attribute in HTML5 with Examples","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg","datePublished":"2024-02-22T12:09:05+00:00","dateModified":"2024-02-22T12:10:03+00:00","description":"The img srcset attribute is an HTML5 attribute used in the element to specify a list of image files along with their associated descriptors.","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/12\/img-srcset-Attribute.jpg","width":1280,"height":680,"caption":"img srcset Attribute"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/understanding-the-img-srcset-attribute-in-html5-with-examples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"Understanding the img srcset Attribute in HTML5 with Examples"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13343"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=13343"}],"version-history":[{"count":1,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13343\/revisions"}],"predecessor-version":[{"id":13405,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13343\/revisions\/13405"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/13751"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=13343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=13343"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=13343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}