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

impressConsole: View end Preview iframes not scaled correctly for large presentation widths #692

Open
tobias-hd opened this issue Apr 19, 2018 · 1 comment

Comments

@tobias-hd
Copy link

The impressConsole seems not to scale down correctly the content of the slideView and preView iframes, when the width of the slides is larger than the default 900px.

I have a presentation for a screen width of 1920x1080px, for which I have set the slide width to 1700px:

.step {
    position: relative;
    width: 1700px;
    /* ... */
}
.slide {
    width: 1700px;
    height: 1000px;
    /* ... */
}

When I open the impress console, both the content of slideView end preView is not fully visible, since it's not scaled down sufficiently.

I tried to scale down the iframe with:

iframe#slideView div#impress {
  transform: scale(0.46);
} 

but this does not work - maybe it's just incorrect css, or the wrong place to do it (default css file)

Any ideas how to fix this?
Thanks,
Tobias

@simplePCBuilding
Copy link
Contributor

Sorry that nobody replied in literally almost 5 years. I will be looking at this, as I will give the speaker console a major overhaul as well

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

No branches or pull requests

2 participants