Allow Full Size image when click Thumbnail
I noticed someone made their Resume image a picture of their actual Resume. Interesting idea, but there is no way to make the image bigger.
I was thinking you could make the thumbnail clickable and have it pop up or open a full size version of the image. Is this possible.
Something like this but the HREF call needs to be different:
PHP Code:
<a href="<?php if (has_post_thumbnail()); ?>"><?php if (has_post_thumbnail()) the_post_thumbnail('blog-thumbnail'); ?></a>