Featured image

The featured image component provides a drop shadow behind your image. You may choose not to add a drop shadow, depending on how your image will be used within your layout.

Build a featured image in Modern Campus CMS

<div class="ContentBlock feature-image-container">
    <img class="image" src="http://picsum.photos/1920/1080?random" alt="" loading="lazy">
</div>
<div class="ContentBlock feature-image-container">
  <img class="image" src="{{path src}}" alt="{{alt}}" loading="lazy">
</div>
{
  "src": "http://picsum.photos/1920/1080?random",
  "alt": null
}