auto resizing tumbnail
-
In my .php file:
<a href="<?php the_permalink() ?>"> <span class="thumb"> <?php the_post_thumbnail('thumbnail'); ?> </span> </a>
What’s the css coding for .thumb to make the thumbnail resizing auto when I resize the broswer window?
- The topic ‘auto resizing tumbnail’ is closed to new replies.