You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image aligner is used to align images within an article:
{% include aligner.html images="path/to/img1.png,path/to/img2.png,path/to/img3.png" column=3 %}
It would be nice to be able to also add a legend or a title under the images.
Maybe using:
{% include aligner.html images="path/to/img1.png,path/to/img2.png,path/to/img3.png" legends="picture 1|picture 2|picture 3" column=3 %}
Then using the | separator with the same order as the image to set them in the HTML. The legend should be in italic, and of a weaker tone from the main one.
The text was updated successfully, but these errors were encountered:
The image aligner is used to align images within an article:
It would be nice to be able to also add a legend or a title under the images.
Maybe using:
Then using the
|
separator with the same order as the image to set them in the HTML. The legend should be in italic, and of a weaker tone from the main one.The text was updated successfully, but these errors were encountered: