Emanuele Fabrizio's Headspace

This page is a test of various framework features to ensure valid HTML is produced in the production built of Gatsby.

Check validity of rendered HTML

this is a test result of GraphQL
Gatsby icon

HTML Vanilla way

The image below is implemented with a simple img tag:

Validate HTML
Gatsby icon

Plugin - StaticImage

The image below is implemented using the StaticImage component exposed through the gatsby-plugin-image with the following properties set:

  • src
  • alt
  • width
  • height
  • loading

Validate HTML