create_image_html
Generate HTML img tags for multiple images by providing file paths. Specify custom width and height in pixels.
Instructions
Create HTML img tags from image file paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePaths | Yes | Array of image file paths | |
| width | No | Image width in pixels | |
| height | No | Image height in pixels |