Override sizing in custom container

When using my custom component, I want to override the values based on the screen size. I set the default values in the mobile section and then want to adjust the values for larger screens by clicking the green dots. However, the value from the mobile setting remains applied everywhere. How can I fix this?


We’d need to take a look at the code in your custom component, but at a guess It looks like you’re not actually using the values to resize the image from the text fields.

It’s most likely due to a coding error in your custom component. If you can share it we can take a look for you and see what’s going on :smiling_face:

I already suspected that the issue was due to the fact that I was entering the dimensions as a plain number. I was wondering which property I should use for this.

1 Like