Forum Discussion
sateeshanasani
11 years agoContributor
can we mention the size something like width * height.
because i am using the least one
I am using this one , but for one author it is giving bigger image in size than to other author thumbnail images.
I need same size thumbnail image for all the users.
VarunGrazitti
11 years agoBoss
You can mention the height, width in html tag where you're using the img src
<img src="path" width="20px" height='10px'>
<img src="path" width="20px" height='10px'>
Related Content
- 12 years ago
- 8 years ago