sibbl / hass-lovelace-kindle-screensaver

This tool generates a png from a Home Assistant Lovelace view, which can be displayed on a Kindle device which has the Online Screensaver plugin installed.
MIT License
315 stars 71 forks source link

Rotation messes up rendering viewport #11

Closed bictorv closed 3 years ago

bictorv commented 3 years ago

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.

sibbl commented 3 years ago

@bictorv good catch, thanks for the hint! I've just updated it :)