Skip to content
Grav 2.0 is officially stable. Read the announcement →
Themes & Styling

News and gallery

theme

Started by marc 6 years ago · 2 replies · 658 views
6 years ago

It would help to know some highlights of your failed attempts.

6 years ago

I just did something similar with metadata for media files. As I learned today, you can edit them with this plugin from the Admin interface. Rest is just this bit of code, wherever you need it:

TWIG
{% for image in page.media.images  %}
  <div class="item">
    <a href="{{ image.url }}" data-lightbox="{{ page.title }}" data-title="{{ page.title }}" class="{{ page.title }}">{{ image.resize(188, 188).html(page.title,'','shadow') }}</a>
  </div>
{% endfor %}

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Sebadamus, 2 days ago
3 74 5 hours ago
Themes & Styling · by martynfoster735, 5 days ago
1 161 3 days ago
Themes & Styling · by Justin Young, 3 weeks ago
1 221 2 weeks ago
Themes & Styling · by Slebeig, 1 month ago
4 349 1 month ago
Themes & Styling · by Pedro M, 3 months ago
4 709 3 months ago