Hello, I’m currently working on a project that uses multiple renditions (I have 4 different formats) that I’ll export as an HTML5 and I'm trying to keep the package size under control.
I understand that each Rendition is independent of the others and this is the reason why we have a specific subfolder for every Rendition: however, is it possible to have all the images linked from just one folder instead of having an "images folder" inside each Rendition? (In my case, this means that I have the same set of images copied x4 as I have 4 different renditions).
Thank you!