43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
title: Gallery Plugin
|
|
date: 2016-07-08 00:00:00
|
|
categories:
|
|
- Plugins
|
|
- General
|
|
---
|
|
|
|
{% quote %}
|
|
The following photos come from <a href="https://www.pexels.com">pexel.com</a>
|
|
{% endquote %}
|
|
|
|
You can add photos between text to create a gallery like this:
|
|
|
|

|
|
|
|
<!-- more -->
|
|
or this:
|
|
|
|

|
|
|
|
Furthermore, you can also use Justified Gallery to display you photos in a grid:
|
|
|
|
<div class="justified-gallery">
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
</div>
|
|
|
|
{% codeblock lang:html HTML + Markdown %}
|
|
<div class="justified-gallery">
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
</div>
|
|
{% endcodeblock %} |