We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comparing the starter template in FF vs Chrome, it looks like the preview slides on the left are all big and out of perspective.
Chrome
FF
Likely has to do with the code inside the <iframe> we use. https://github.com/thescientist13/greenwood-starter-presentation/blob/master/src/components/slide-list.js#L83
<iframe>
slideLoaded(slide) { const frame = this.shadowRoot.getElementById(`slide_${slide.id}`); const style = document.createElement('style'); style.textContent = ` body { zoom: .4; } `; frame.contentDocument.head.appendChild(style); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type of Change
Summary
Comparing the starter template in FF vs Chrome, it looks like the preview slides on the left are all big and out of perspective.
Chrome
FF
Details
Likely has to do with the code inside the
<iframe>
we use.https://github.com/thescientist13/greenwood-starter-presentation/blob/master/src/components/slide-list.js#L83
The text was updated successfully, but these errors were encountered: