This is related to pillar because now you can write slides in pillar and get
    - deckJS
    - Beamer

All the mooc support are using this behavior. So we are independent of keynote
or ppt idiocies.

Stef

Le 18/3/16 17:41, Alexandre Bergel a écrit :
Is this related to Pharo?

Alexandre


On Mar 18, 2016, at 5:30 PM, Yann Dubois <yann59.dub...@gmail.com> wrote:

Hello world,

I work today on a problem when we generate a presentation with DeckJS, the font 
size is very small on projection.

I've find an issue for this, and you need to create a template with all deckJS 
dependancies, and an other css file to change some rules.


To change the font-size of a body slide (not title or subtitle), you need to 
rewrite this rules like this :

.deck-slide-scaler p {
   font-size: 64px
}

The scaling always works, and you don't need to touch the deckjs files.


Reply via email to