Skip to content
Snippets Groups Projects
Unverified Commit ca01d342 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make galleries responsive

parent 8c1ce838
No related branches found
No related tags found
No related merge requests found
Pipeline #179531 passed
<section class="section gallery">
<div class="columns is-multiline is-same-height is-centered is-mobile">
<div class="columns is-multiline is-same-height is-centered">
{% for picture in page.extra.gallery[name] %}
<div class="column is-one-third is-half-mobile">
<div class="column is-one-third">
<a href="#">
<figure class="image is-4by3">
{% set image = resize_image(path="@/" ~ page.colocated_path ~ "/" ~ picture.image, width=800, height=600) -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment