Home
last modified time | relevance | path

Searched refs:presentationHeight (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
2404 presentationHeight: presentationHeight || dom.wrapper.offsetHeight property in AnonymousFunctione17f777e0200.getComputedSlideSize.size
2409 size.presentationHeight -= ( size.presentationHeight * config.margin );
2418 size.height = parseInt( size.height, 10 ) / 100 * size.presentationHeight;