Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Props for slide sizing #17

Merged
merged 1 commit into from
Oct 4, 2020
Merged

Props for slide sizing #17

merged 1 commit into from
Oct 4, 2020

Conversation

brodcode-stale
Copy link
Contributor

There's no way to implement automatic slide sizing because of nuances of adaptive/responsive design. Current slide sizing is implemented by adding a root prop size of following type:

type size = {
  width: number;
  height: number;
}

Closes #4

@brodcode-stale brodcode-stale merged commit 8fc71fd into master Oct 4, 2020
@brodcode-stale brodcode-stale deleted the topic-4 branch October 4, 2020 21:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unbind slide from fixed image width
1 participant