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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

News and gallery

theme

Started by marc 6 years ago · 2 replies · 571 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 Pedro M, 2 months ago
4 197 2 months ago
Themes & Styling · by Ian, 2 months ago
3 92 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 454 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 47 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 127 3 months ago