Add .full image class for spanning the entire content container

This commit is contained in:
Michael Rose
2016-03-15 12:55:19 -04:00
parent 2b28790ae8
commit 5a14bfb98c
5 changed files with 28 additions and 5 deletions

@ -16,7 +16,7 @@
{% assign gallery-layout = '' %}
{% endif %}
<figure class="{{ gallery-layout }}">
<figure class="{{ gallery-layout }} {{ include.class }}">
{% for img in gallery %}
{% if img.url %}
<a href=