How to print a thumbnail with specific width and height
Permalink
I'm trying to print an image thumbnail with specific width and height
for example:
Right now my code looks like this
What should I add to the code to add width and height?
for example:
<img src="source.jpg" width="100" height="100" />
Right now my code looks like this
What should I add to the code to add width and height?
But as an FYI, I believe the code would be