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

How to prevent overflow? #167

Closed
kaihendry opened this issue Nov 19, 2014 · 3 comments
Closed

How to prevent overflow? #167

kaihendry opened this issue Nov 19, 2014 · 3 comments

Comments

@kaihendry
Copy link

This might be a testament to my CSS skills, but I hate how when I change font sizes and text as the bottom of the slide disappears.

This could be related to #159

Is there any way to reasonably prevent this or catch this when it happens?

http://talks.webconverger.com/2014-11-19/

@gnab
Copy link
Owner

gnab commented Dec 4, 2014

In CSS terms, the overflow, occuring when the content takes up more space than what's available on the slide, has been set to be hidden (overflow: hidden). This is to prevent that the content exceeds the boundaries of the slide, but instead is cut of if it is to large.

I'm not sure if what you are requesting, and which is indeed related to #159, is that trivial to implement. But if it's possible, it would probably involve zooming the contents of the slide proportionally until it reaches the dimensions of the slide itself. Taking into account that you may have several font sizes in use on a single slide, mixed with images, makes the whole thing a bit complicated.

@gnab
Copy link
Owner

gnab commented Dec 21, 2014

I've created a feature request issue (#179) to handle you auto-scaling request. You're not the first one to request it :)

@gnab gnab closed this as completed Dec 21, 2014
@gnab
Copy link
Owner

gnab commented Dec 21, 2014

Closing off issue #179 that I created and going with issue #159 that you'd already referenced :)

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