I have a problem to set image dimension on various position. I want a 300x100px in top, 100x75px for thumbnail and other dimensions on other place. In WordPress I can just add “width” attribute to set image width, also class. Example: //img src=”location” width=”100″ class=”myclass” alt=””. In drupal I can’t found how to set this.
I know, I can set in image style with various dimension but too many dimensions. I think, it will increase my hosting disk.
How to set width attribute on image in Drupal block/views like [img src=”location” width=”value”]?