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

Add way of filling an entire slide with an image or video #12

Open
doersino opened this issue Jun 16, 2019 · 0 comments
Open

Add way of filling an entire slide with an image or video #12

doersino opened this issue Jun 16, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@doersino
Copy link
Owner

doersino commented Jun 16, 2019

Being able to fill an entire slide with an image or video (perhaps with any aspect ratio mismatch-created gaps filled with black) would be neat.

This would be similar to how Deckset does slide-filling content and could be achieved by adding an attribute via Markdeep...

![](image.jpg full)

...and matching on this via CSS, something like this:

center img[full],
center video[full],
center iframe[full] {
    margin-top: -1rem;  /* counteract center top margin */
    margin-left: -2rem;  /* counteract side margin */
}
center img[full], ... {
    max-height: var(--slide-height);
    max-width: var(--slide-width);
}

I likely won't tackle this anytime soon, though.

@doersino doersino added enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jun 16, 2019
@doersino doersino added the help wanted Extra attention is needed label Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant