Responsive Features
The Image Component comes with robust responsive features ready right out of the box. At the page template level, the design dialog can be used to define the default widths of the image asset. The Image Component automatically loads the correct width to display depending on the size of the browser window. As the window is resized, the Image Component dynamically loads the correct image size on the fly. There is no need for component developers to worry about defining custom media queries since the Image Component is already optimized to load your content.
In addition, the Image Component supports lazy loading to defer loading of the actual image asset until it is visible in the browser, increasing the responsiveness of your pages.
Dynamic Media Support
The Image Component (as of release 2.13.0) supports Dynamic Media assets. When enabled, these features offer the ability to add Dynamic Media image assets with a simple drag-and-drop or via the assets browser just as you would any other image. In addition, image modifiers, image presets, and smart crops are also supported.
Your web experiences built with Core Components can feature rich, Sensei-powered, robust, high-performance, cross-platform Dynamic Media Image capabilities.
Remote Assets Support
The Image Component (as of release 2.23.2) supports remote assets. Once configured, you can select assets from a remote service for your image component.
SVG Support
Scalable Vector Graphics (SVG) are supported by the Image Component.
- Drag-and-drop of an SVG asset from DAM and upload of an SVG file uploaded from a local file system are both supported.
- The original SVG file is streamed (transformations are skipped).
- For an SVG image, the “smart images” and the “smart sizes” are set to an empty array in the image model.
Security
For security reasons, the original SVG is never called directly by the Image Editor. It is called through <img src="path-to-component">
. This prevents the browser from executing any scripts embedded in the SVG file.
Sample Component Output
To experience the Image Component and see examples of its configuration options and HTML and JSON output, visit the Component Library.
Technical Details
The latest technical documentation about the Image Component can be found on GitHub.
Further details about developing Core Components can be found in the Core Components developer documentation.
The Image Component supports schema.org microdata.
Edit Dialog
The edit dialog allows the content author to crop and zoom the image.
Depending on if you have the Dynamic Media enabled or Remote Assets Support is enabled, the options available for editing images differ.