lucas84 downloadsImage Cluster helps you easily combine multiple images together in your notes, making your note interface more beautiful and organized.

Obsidian Image Cluster helps you easily combine multiple images together in your notes, making your note interface more beautiful and organized.

You can install the plugin directly from Obsidian's Community Plugins browser:
You can also install the plugin directly from its Community Plugins entry: Image Cluster on Obsidian.
.obsidian/plugins/image-cluster/ directory

The style configuration of an image group is stored in the first line of the imgs code block and ends with ;;.
You can manually tweak the parameters there for deeper customization.
```imgs
size=150&gap=8&radius=10&shadow=false&border=false;;




```
| Option | Description | Default | Available options |
|---|---|---|---|
| size | Image width and height in px |
150 | 50~500 |
| radius | Border radius in px |
10 | 0~50 |
| gap | Space between images in px |
8 | 0~50 |
| shadow | Show drop shadow or not | false | false / true |
| border | Show border around images | false | false / true |
| hidden | hidden images | false | false / true |