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
In my use case, I put some images set with width and height (like 100px) within #masterpages, and the wrapper's height is not stretched (0px maybe) in HTML,
All the content I put are not visible. I need to specify the wrapper height manually. That's inconvenient.
I've seen that wrapper are 100% height and width.
SwipeView/src/swipeview.js
Line 82 in 65c560f
The wrapper's content, i.e., masterpages, are absolute.
SwipeView/src/swipeview.js
Line 91 in 65c560f
In my use case, I put some images set with width and height (like 100px) within #masterpages, and the wrapper's height is not stretched (0px maybe) in HTML,
All the content I put are not visible. I need to specify the wrapper height manually. That's inconvenient.
A quick fix for this may be:
add below line 82
The text was updated successfully, but these errors were encountered: