Purpose#
This page gives an overview of Assets/images/.Assets/images/ contains theme-owned static images that are referenced by Liquid templates and CSS.What belongs here#
Fallback images (e.g. a global “no image available” asset).
Theme-level UI images that are reused broadly.
Empty state / placeholder illustrations.
Static decorative assets that aren’t tied to a specific component.
What should not go here#
Product media or content-managed images (those belong to the platform/media storage).
Images that are strictly component-specific (prefer keeping them near the component only if there is a clear convention for that; otherwise keep them here but named clearly).
Recommended organization#
If the number of images grows, group them into folders:Assets/images/empty-states/
Use stable filenames and avoid renaming assets that are referenced in templates.Notes#
Some templates use a fallback resolution strategy:platform GlobalData.Settings.noImage.link when available
otherwise a theme fallback like /Assets/images/no-image.svg
Modified at 2026-04-14 13:18:56