Gallery with modal

Hello Sitecake developers and users, my name is Tobias.

I am trying to allow galleries with the following HTML structure, but I can’t seem to find any information on this topic regarding this.

I realize that one may upload a bunch of images and resize them, but this is
unacceptable to the application I require.

Any pointers?

<div class="sc-content-mygallery">
    <a href="upload/galleri-1.jpg">
        <img src="upload/galleri-1-240x160.jpg">
    </a>
    <a href="upload/galleri-4.jpg">
        <img src="upload/galleri-4-240x160.jpg">
    </a>
    <a href="upload/galleri-3.jpg">
        <img src="upload/galleri-3-240x160.jpg">
    </a>
    <a href="upload/galleri-0.jpg">
        <img src="upload/galleri-0-240x162.jpg">
    </a>
</div>

Thanks in advance.
– Tobias

Hi Tobias,

In the current Sitecake version (2.2.10), the only way to create a gallery is to drag&drop few images at once. An gallery of a structure similar to the one you showed would be generated automatically.
In the next release we will add a new content icon to the toolbar for the same action.

Also, if you have an idea about this feature, please share it with us.

Thanks,
Nikola