create_image_html
Convert image file paths into HTML img tags with customizable dimensions and optional gallery view for previews.
Instructions
Create HTML img tags from image file paths with gallery view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Image width in pixels | |
| height | No | Image height in pixels | |
| gallery | No | Whether to create a gallery view with CSS | |
| imagePaths | Yes | Array of image file paths |