Closed monahakk closed 5 years ago
Totally doable. It will probably look something like:
{{% largefigure [...] side="left" %}}
I added a new (optional) align
attribute, e.g.:
{{% largefigure src="../img.jpg" headline="Foo" size="small" align="left" %}}
Allowable values are:
right
(default if empty)left
center
Centered images will automatically be set to 100%, no matter what their size
attribute.
Closed in 369ed00, I think.
Is it possible for us to be able to choose the alignment (ie left, right, center) for images in the large gallery pages? Rather than always having the text to the left of the image?