Home
last modified time | relevance | path

Searched refs:presentationWidth (Results 1 – 1 of 1) sorted by relevance

/plugin/revealjs/js/
H A Dreveal.js2262 scale = Math.min( size.presentationWidth / size.width, size.presentationHeight / size.height );
2395 function getComputedSlideSize( presentationWidth, presentationHeight ) { argument
2403 presentationWidth: presentationWidth || dom.wrapper.offsetWidth, property in AnonymousFunctione17f777e0200.getComputedSlideSize.size
2408 size.presentationWidth -= ( size.presentationWidth * config.margin );
2413 size.width = parseInt( size.width, 10 ) / 100 * size.presentationWidth;