Display Selected Portfolio Item in Alternate div?
-
Howdy,
I am using a full-bleed grid portfolio like the one on this page. Just like that one, I want to have a 4×3 grid.
Currently, if you click on any portfolio item, its bottom-margin increases, and a large version of the image wedges its way in between the rows of portfolio items.
However, I’d like to find a plugin that does this: When you click on an item, a large version of itself appears beneath the whole grid, and the viewport is auto-scrolled to view it. As far as I can tell, this requires three different code actions: (1) uponClick creates a div beneath the portfolio grid, (2) populates that div uponClick, and (3) autoscrolls the viewport down to view that div.
Does anyone know of such a plugin? Or should I code this myself? (If the latter, am I in for an impossibly difficult time? I’m barely past the “beginner” stage of PHP.)
Thank you in advance!
- The topic ‘Display Selected Portfolio Item in Alternate div?’ is closed to new replies.