Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
doc(#40): RTL Support
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 18, 2019
1 parent 497c933 commit 402c70a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,23 @@ In order to lazy load the images of your presentation, provide their url using t

*Note: If you would miss or need further theming options, don't hesitate to open an issue and/or submit a PR, it would be my pleasure to add more theming flexibility and options*

### Send me your slides
### RTL Support

[DeckDeckGo] offers full LTR and RTL support. The deck inherits its parent text direction.

Commonly, if you wish to use RTL for your all page respectively presentation, you could set the attribute `dir` of the root `html` tag to `rtl`.

```
<!DOCTYPE html>
<html dir="rtl">
<body>
<deckgo-deck>
</deckgo-deck>
</body>
</html>
```

## Send me your slides

If you would publish online a presentation or talk you would have built with [DeckDeckGo], reach me out, I would be super duper happy to add it to the [list of talks and presentations](doc/talks/talks.md) ❤️

Expand Down

0 comments on commit 402c70a

Please sign in to comment.