post thumbnail gallery with hover enlarge effect?
-
I was wondering if anyone knows of a plugin or code to have the post thumbnails – display a large version of the image on mouseover/ hover .
I wanted to make an kind of thumbnail image gallery out of posts from a particular category query/ I would be using query loop that would get updated with the latest post in the category &and would catch & resize the image using a tom thumb script. below:
<img src="<?php bloginfo( 'template_directory' ); ?>/scripts/thumb.php?src=<?php echo catch_that_image() ?>&w=285&h=60&zc=1" alt=""/>
does anyone know of anyway to accomplish this? all the featured/dynamic content galleries that I have found display as slideshows and not thumbnails and I want the effect of a lot of thumbnails. Any help or advice is appreciated!!
- The topic ‘post thumbnail gallery with hover enlarge effect?’ is closed to new replies.