Skip to content

Commit

Permalink
Build and rendering fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed May 20, 2017
1 parent 143a6be commit 31f589e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Then go into the presentation you want to build and execute `mvn` or `mvn proces

Download and install https://github.com/melix/deck2pdf

Run `deck2pdf --width=1900 --height=1000 target/generated-slides/jug-slides.html`
Run `deck2pdf --width=1900 --height=1000 feature-overview/presentation/target/generated-slides/feature-overview.html`

Careful, do not mouse-over the webview otherwise you will get the arrows in the resulting PDF.

Expand Down
2 changes: 1 addition & 1 deletion feature-overview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<modules>
<module>presentation</module>
<module>web-demo</module>
<module>demo</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@
})(jQuery, 'deck');
:css
.slide.canvas-image {
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
/*background-size: cover;*/
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center;
Expand Down

0 comments on commit 31f589e

Please sign in to comment.