thumbnail opens gallery in lightbox
-
Hi guys, your plugin is great.
I was searching for this solution, and saw a couple of answers that help me find a way.
Here’s what I did
Created 3 wp galleries of 1 col and wrap them inside a div hiding all thumbs but the first.
Works great for me.this is the css for the div (In my case I use Genesis so I just added my css class to genesis one-third.)
<div class=”one-third first terminaciones-galeria”>Title[gallery size="full" columns="1" link="file" ids="1333,1332,1331,1330"]</div>
<div class=”one-third terminaciones-galeria”>Title 2 [gallery columns="1" size="full" link="file" ids="1322,1327,1326,1325,1324,1323,1321,1320,1319,1318,1317"]</div>
<div class=”one-third terminaciones-galeria”>Title 3[gallery link="file" columns="1" size="full" ids="1309,1308"]</div>.terminaciones-galeria{
overflow: hidden;
/*set height to uncover the title and first thumb of the gallery*/
max-height: 50px;
/*styles the title*/
font-size: 8px;
text-transform: uppercase;
text-align: center;}The page I need help with: [log in to see the link]
- The topic ‘thumbnail opens gallery in lightbox’ is closed to new replies.