Jump to main content

Media object


A media object should be used to display events or articles.

Circular

You can add an is-round state to the .p-media-object__image element to create a circular image style, which we recommend to be used for head shots of people. In order for this variant to work, the original image must be square.

Large

Use a large variant of the component to display details of a single object on a page.

Import

To import just this component into your project, copy the snippet below and include it in your main Sass file.

// import Vanilla and include base mixins
// this only needs to happen once in a given project
@import 'vanilla-framework';
@include vf-base;

@include vf-p-media-object;

For more information see Customising Vanilla in your projects, which includes overrides and importing instructions.