Different options for displaying images in your articles are available.
Image by default
<p>
<img src="/hc/article_attachments/18071602343186"/>
</p>
Image with a rounded border
<p>
<img class="image-with-border" src="/hc/article_attachments/18071602343186"/>
</p>
Image with shadow
<p>
<img class="image-with-shadow" src="/hc/article_attachments/18071602343186"/>
</p>
Image with overlay
<p class="image-overlay">
<img src="/hc/article_attachments/18071602343186"/>
</p>
Image Lightbox
It's possible to open a larger version of the image in the lightbox:
<p>
<a class="image-with-lightbox" href="/hc/article_attachments/18071602343186">
<img src="/hc/article_attachments/18071602343186" width="400" />
</a>
</p>
Comments
Please sign in to leave a comment.