<< More Tutorials
How to resize an image by width and height in HTML using rethumb?
To resize an image or photo in HTML use the following code:
<img src="http://api.rethumb.com/v1/height/100/width/100/http://images.rethumb.com/image_coimbra_600x300.jpg">
Start using this example now
Use the following commands to get started:
$ git clone https://github.com/rethumb/rethumb-html-examples.git
$ cd rethumb-html-examples
$ open resize-by-width-and-height.html
More examples using HTML
How to use rethumb in HTML?
How to resize an image by width in HTML using rethumb?
How to resize an image by height in HTML using rethumb?
How to resize an image by width and height in HTML using rethumb?
How to create a square thumbnail from an image in HTML using rethumb?
How to make an image responsive in HTML using rethumb?
How to convert an image to JPG, GIF, PNG, TIF or WebP in HTML using rethumb?
How to resize an image to cover any dimensions in HTML using rethumb?