Do you want the width to be fixed and the height to change?
So first of all on the right side bar set the width to certain value and the height to “Auto”. then in you code assign ‘fixedWidth’ to the image.fitMode
@vgcompleteinfo fitMode = ‘fixedWidth’ is definitely not the thing you need (you want the width to be dynamic.
You should ask it on editorX forum maybe they have a solution.
P.S. I think in this case I’d build my own repeater using custom element which doesn’t have these limitations. If you know how to develop custom elements using html, css and js - go for it.
@jonatandor35 I think I was mixed up here and had my Width & Height mixed up. I didn’t even know there was a dedicated editorX forums, will deff stop by. Is there any resources that might be helpful in developing a custom element like this? I have some knowledge here so it might be something I’m able to do if there’s a good resource that can provide guidance.