Prime Direction

Feature Media

You can change the aspect ratio of feature media with a CSS custom property added through Code Injection.

How to change it#

Add this to Settings → Code injection → Site Header:

<style>
  :root {
    --feature-media--aspect-ratio: 16/9;
  }
</style>

You can use any valid CSS aspect ratio, for example 4/3, 3/2, 1/1, or auto.