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

Slide Format: Vertical Title and Text #16

Open
burtlo opened this issue Mar 4, 2013 · 3 comments
Open

Slide Format: Vertical Title and Text #16

burtlo opened this issue Mar 4, 2013 · 3 comments
Labels

Comments

@burtlo
Copy link
Owner

burtlo commented Mar 4, 2013

Implement a slide class for the Vertical Title and Text

Title Slide

How the user defines the title slide in their presentation

!SLIDE vertical-title-and-text

# Vertical Title Text

Vertical Text

Implementation

Register the particular renderer in the slide_post_renderers.rb

SlidePostRenderers.register Renderers::VerticalTitleAndText.new(css_class: 'vertical-title-and-text', title_element: "h1")

Implement a solution that is similar to columns_renderer.rb.

@gschorkopf
Copy link
Collaborator

I'll give this a go.

@burtlo
Copy link
Owner Author

burtlo commented Mar 30, 2013

This is pretty tough to accomplish. Not outside of your realm of skills mind you, but ultimately pretty tough as it is very hard to get CSS to behave correctly with other formatting when you rotate it vertical.

@burtlo
Copy link
Owner Author

burtlo commented Mar 30, 2013

I was able to get a partially working solution for issue #15, but I abandoned it.

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

No branches or pull requests

2 participants