Responsive Art direction in Statamic

February 5th, 2021

Art direction is nothing new, though there hasn't been an easy way to do it with most CMSs yet. Statamic, with the help of the spatie/statamic-responsive-images addon now offers an author- and developer-friendly way doing Art Direction with images.

What is art direction?

The article from A List Apart from above explains it in great detail, but the key takeaway is offering visitors of your website the best image for their device, in all aspects of size, quality and content. The content part is what's mostly referred to as art direction.

I've included an example below, as you resize your browser, or if you're visiting this post from a mobile device and later a desktop, you'll see a different amount of cats, and not just images cropped in a different way.

One orange cat
You'll see either one, two, three, four or five cats depending on your viewport size

An addon to make it easy

Statamic Responsive Images aims to make this really easy, by providing a fieldtype that allows you to set the images that need to be shown starting from certain breakpoints. The breakpoints are configurable in the config file.

For extra client flexibility, the options for ratio and fit can be toggled on or off.

Screen-Shot-2021-02-05-at-22.32.04.png
The Responsive fieldtype

After this, all you need to do in your Antlers template to make this work is the code below, and the addon takes care of generating multiple responsive variants in different sizes, generating both jpg and webp versions and setting the breakpoints correctly for the different images to be shown.

{{ responsive:art_image }}

MENU