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