Hi there
I’m no coder however am try to solve a problem and hope someone can help out.
I have set the following code so the image loaded into the chosen image element size auto adjusts to be in proportion no matter the size of the image.
$w(“#image24”).fitMode = “fit”
This is setup with a Dynamic page inside a repeater. This works perfectly, however when I add in 3 separate repeaters to the same page then set the above code to each repeater the code will only work on one repeater.
What am I missing?