Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

News and gallery

theme

Started by marc 6 years ago · 2 replies · 721 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 stuart young, 1 month ago
3 441 1 month ago
Themes & Styling · by Sebadamus, 1 month ago
5 457 1 month ago
Themes & Styling · by martynfoster735, 2 months ago
1 442 2 months ago
Themes & Styling · by Justin Young, 2 months ago
1 467 2 months ago
Themes & Styling · by Slebeig, 3 months ago
4 594 3 months ago