Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Use Webpage as Screensaver #854

Answered by alphasixtyfive
home-auto asked this question in Q&A
Discussion options

You must be logged in to vote
 CONFIG.screensaver.leftTop = [
         {
            type: SCREENSAVER_ITEMS.CUSTOM_HTML,
            html: '<iframe style="position:absolute; width:100%; height:100%; pointer-events:none;" src="YOUR_URL" frameborder="0" allow="autoplay *; fullscreen *" allowfullscreen="true"></iframe>',
            styles: {position: 'fixed', zIndex: -99, top: 0, left: 0, right: 0, bottom: 0}
         }
      ];

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@home-auto
Comment options

@alphasixtyfive
Comment options

Answer selected by home-auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants