techman83 / techman83.github.io

Leon Wright's personal website
www.techman83.me
1 stars 0 forks source link

Fancybox Galleries #8

Closed techman83 closed 10 years ago

techman83 commented 10 years ago

In theory the image_tag plugin should generate a fancybox gallery on each page, that can be scrolled/clicked t through. In practice though it isn't working.

pjf commented 10 years ago

Gosh dang, I know I turned the galleries off by default, but I can't remember how I did that.

techman83 commented 10 years ago

Haha, All good. I'll figure out how to make it optional. Then I'll send a pull request.

techman83 commented 10 years ago

Ok, figured it out. Not sure that you disabled it as such, but fancy box needs to be called to get the grouping to happen. I'll have a play around and see how to make this an optional thing.

Calling this in the console gets the grouping to happen

$(".fancybox").fancybox();
techman83 commented 10 years ago

Implemented. Pull request sent :-)