You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The block should be responsive in both width and height when a user has not specifically chosen to set width and height values.
Actual Behavior
On block addition the containerWidth attribute is being set to a static numeric value and the containerHeight attribute has a default value of 500px, this will lead to the block not scaling correctly when expected to do so as the user did not choose to set specific width and height values in default usage.
Step-by-step reproduction instructions
Add an Image Comparison block
Add both images
Save
Visit frontend
Scale your browsers window down
See that the blocks height is not adjusting and you can no longer see the full image when using the slider
Expected Behavior
The block should be responsive in both width and height when a user has not specifically chosen to set width and height values.
Actual Behavior
On block addition the
containerWidth
attribute is being set to a static numeric value and thecontainerHeight
attribute has a default value of500px
, this will lead to the block not scaling correctly when expected to do so as the user did not choose to set specific width and height values in default usage.Step-by-step reproduction instructions
Screenshots, screen recordings, code snippets
N/A
System Information
The text was updated successfully, but these errors were encountered: