Kill-Photoset jQuery Plugin for Tumblr

prostheticknowledge:

chriskalani:

I couldn’t take it anymore. The photo sets on tumblr were killing me. I’ve been wanting to make photo posts with multiple photos sans the flash slideshow WITH high res images since day one. The functionality tumblr provides in this area is obtrusive and inconsistent.

So last night I wrote a plugin that kills the flash slideshow and pulls in your images via the api. It also allows you to display your HighRes images which for some reason is lacking in text posts w/ photos as well.

Check out this post as an example.

All you need to do is include the plugin in your theme and call it like so:

$('.html_photoset').killPhotoset({   photoSize: 1280});

You shouldn’t have to change any selectors, I’m just pwning the code that tumblr inserts into your theme. The only thing you’ll need to do is choose a photo size that fits your theme.

Photo sizes include: 75, 100, 250, 400, 500, 1280 (default)

Download Kill-Photoset from GitHub

via yayeveryday