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

Featherlight plugin: Styling the thumbnails

Solved by Duc View solution

Started by Duc 9 years ago · 2 replies · 1107 views
9 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

9 years ago

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

9 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 complanar, 2 weeks ago
2 250 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 594 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 416 2 months ago
Plugins · by Slebeig, 2 months ago
1 530 2 months ago
Plugins · by Rene, 3 months ago
2 730 3 months ago