lib/resources/backends/slim/revealjs-redhat/document.html.slim in hyla-1.0.7.pre.6 vs lib/resources/backends/slim/revealjs-redhat/document.html.slim in hyla-1.0.7.pre.7
- old
+ new
@@ -120,9 +120,12 @@
// Parallax background size in CSS syntax (e.g., "2100px 900px")
parallaxBackgroundSize: '#{attr 'revealjs_parallaxbackgroundsize', ''}',
// Optional libraries used to extend on reveal.js
margin: #{attr 'revealjs_margin', 0.2},
+ marginTop: '#{attr 'revealjs_margintop', ''}', // Top position of the slide : percentage or px
+ marginLeft: '#{attr 'revealjs_marginleft', ''}', // Left position of the slide : percentage or px
+
width: #{attr 'revealjs_width', 960},
height: #{attr 'revealjs_height', 700},
minScale: #{attr 'revealjs_minscale', 0.2},
maxScale: #{attr 'revealjs_maxscale', 1},