Autoplay and Full width
-
Hi!
I got two questions about the theme.
Is it possible to let the video play automatically when you scroll over it? If so, how can I do that?
My second question is if I can change the setup of one page and make it full width as well, like the front page? So without the white background.
Thank you,
Peter
The blog I need help with is: (visible only to logged in users)
-
Hi,
Sorry for the super late reply.
Autoplay is not an option in the theme. I’ll put a feature request about but I can’t make any promises as to if and when it would be implemented.You can make a page full width with CSS. If you have the Custom CSS option you can use something like this:
body.page-id-123 .entry-inner { max-width: 100%; }
Where 123 is the page ID. This article explains how to find the page ID: https://en.support.wordpress.com/pages/#how-to-find-the-page-id
Hope that helps!
- The topic ‘Autoplay and Full width’ is closed to new replies.