Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a step to clone left side content to right side as an alternati… #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geekbrit
Copy link

Added a step to clone left side content to right side as an alternative way to generate fullscreen slides. CSS hides/aligns potentially overlapping content.

In the html markup, tag the frames to be cloned with classes like so:

<div class="ms-section third ms-fullscreen-left" id="left3">
     <div class='ms-fullscreen-content'>
         :
     </div>
</div>

<div class="ms-section third ms-fullscreen-right" id="right3"></div>

class "ms-fullscreen-left" is effectively a do-nothing class, but it gives a visual indication to the developer that this content is going to be cloned across the whole browser window.

Thank you for this plugin - it was just what I needed when making an online sales brochure.

…ve way to generate fullscreen slides. CSS hides/aligns potentially overlapping content.
@alvarotrigo
Copy link
Owner

Thanks for it!
I'll take a look when I find some moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants