Add .full image class for spanning the entire content container
This commit is contained in:
_assets/css
_includes
_posts
assets/css
@ -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=
|
||||
|
Reference in New Issue
Block a user