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 index.js, you swap width and height if rotating, but then use the original widht/height in the addStyleTag call. If you use size.width in place of pageConfig.renderingScreenSize.width around line 160 (and similar for .height) it works better.
The text was updated successfully, but these errors were encountered:
In index.js, you swap width and height if rotating, but then use the original widht/height in the addStyleTag call. If you use size.width in place of pageConfig.renderingScreenSize.width around line 160 (and similar for .height) it works better.
The text was updated successfully, but these errors were encountered: