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 · 1078 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 Vladimir Novak, 2 weeks ago
3 291 2 weeks ago
Plugins · by Mathieu Lecouturier, 3 weeks ago
3 277 3 weeks ago
Plugins · by Slebeig, 2 months ago
1 403 2 months ago
Plugins · by Rene, 2 months ago
2 574 2 months ago
Plugins · by Xavier, 3 months ago
2 490 3 months ago