<div class="vgr-align-center">
    <img src="/temp/photo-640x425.jpg" width="640" height="425" alt="Photo of a sunset over the ocean with a cliff">

</div>
<div class="vgr-align-{{ modifier }}">
  {% render "@image" %}
</div>
{
  "modifier": "center",
  "data": {
    "class": "vgr-align-center"
  }
}

.vgr-align-left Align the element to the left.

.vgr-align-right Align the element to the right.

.vgr-align-center Align the element center.