Skip to content

Commit 31f589e

Browse files
committed
Build and rendering fixes
1 parent 143a6be commit 31f589e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Then go into the presentation you want to build and execute `mvn` or `mvn proces
1111

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

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

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

feature-overview/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<modules>
1717
<module>presentation</module>
18-
<module>web-demo</module>
18+
<module>demo</module>
1919
</modules>
2020

2121
</project>

feature-overview/presentation/src/main/template/deckjs/document.html.haml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@
147147
})(jQuery, 'deck');
148148
:css
149149
.slide.canvas-image {
150-
-moz-background-size: cover;
151-
-webkit-background-size: cover;
152-
-o-background-size: cover;
153-
/*background-size: cover;*/
154150
background-size: auto 100%;
155151
background-repeat: no-repeat;
156152
background-position: center;

0 commit comments

Comments
 (0)