Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 406 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 406 Bytes

Constellation Media

Simplify the integration process with Sitecore Content Hub for seamless image optimization transformation.

Installation

npm install @constellation4sitecore/media --save

Usage

<PictureImage
  field={image}
  transformations={{
    mobile: '4x3w60',
    desktop: '4x3w189',
  }}
  loading="lazy"
  className={styles['image-navigation-link__image']}
/>