<GlobalStyles />
Places the common CSS used by the standard components of this integration with the <style>
attribute specifying is:global
.
Normally, it is placed in a common layout and applied to the whole site as follows.
Includes the following:
- Placeholder animation for the
<Picture>
component- JavaScript for initialization
- If JavaScript is disabled, the animation is skipped, and the placeholder falls back to the
background-image
orbackground-color
of the<img>
element
- Common classes for elements generated by standard components
- Classes corresponding to the
layout
property of standard components
The class names used can be changed in globalClassNames in the integration settings.
If you change them, you need to create and place your own global CSS that uses the changed class names, etc.