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 a figure #2

Open
bvreede opened this issue Dec 22, 2022 · 1 comment
Open

add a figure #2

bvreede opened this issue Dec 22, 2022 · 1 comment

Comments

@bvreede
Copy link
Contributor

bvreede commented Dec 22, 2022

There should be an example slide with a picture.

@jhidding
Copy link
Member

I could get it to work partially by including an image on a two-pane slide and adding

	&.two-pane {
	  // why not just use "standard blue-pane-right" directly?
	  @include logo-color;
	  @include yellow-flag;
	  @include blue-pane-right;
	  h1, h2, h3, p, ul {
		text-align: left;
		padding-right: 50%;
	  }
	  img {
		position: absolute;
		right: 0;
		top: 0;
	  }
	}

to the style. However this only gives the desired layout when reloading the page on the spot, and no when transitioning to the specific slide.

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