Home › Forums › Back End › Looking for a plugin for wordpress that filters images like isotope › Re: Looking for a plugin for wordpress that filters images like isotope
March 17, 2013 at 10:45 pm
#128585
Member
I am actually probably going to attempt this same thing soon. I imagine it will work like this:
Custom post type of “whateverPost”
a loop query that uses post_type from “whateverPost” and uses the post_thumbnail
Add a div around the thumbnail output for whatever isotope uses (think its item?) and probably end up scaling the image via css. max-width:20% or something.
This is theory though. I have only messed around with it for a few mins so far.