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

Featherlight plugin: Styling the thumbnails

Solved by Duc View solution

Started by Duc 8 years ago · 2 replies · 1052 views
8 years ago

I am using the Gravcart and have install the featherlight plugin. The thumbnail border isn't coming out the way I want it as you can see from the image below. The horizontal border is missing as depicted by the arrows. Where is the file to adjust this?

featherlight-thumbnail-border|690x456

8 years ago

Is there any opportunity that you may share the URL to the site?

8 years ago Solution

This is on a local server. I have figure it out the best way I know how.

CSS

CSS
.lightbox img {margin-bottom: 5px;}

twig

TWIG
<div class="lightbox">
    {% for images in page.media.images %}
    {{ images.lightbox(1024,768).cropResize(120,120).html( images.filename|replace({'-': " "}), images.filename|replace({'-': " "})) }}
    {% endfor %}
</div>

gravcart-featherlight-plugin-style|661x470

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Mathieu Lecouturier, 6 days ago
3 130 3 days ago
Plugins · by Slebeig, 4 weeks ago
1 296 4 weeks ago
Plugins · by Rene, 2 months ago
2 454 2 months ago
Plugins · by Xavier, 2 months ago
2 373 2 months ago
Plugins · by Luka Prinčič, 7 years ago
3 1595 2 months ago