File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
presentation/src/main/template/deckjs Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Then go into the presentation you want to build and execute `mvn` or `mvn proces
11
11
12
12
Download and install https://github.com/melix/deck2pdf
13
13
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 `
15
15
16
16
Careful, do not mouse-over the webview otherwise you will get the arrows in the resulting PDF.
17
17
Original file line number Diff line number Diff line change 15
15
16
16
<modules >
17
17
<module >presentation</module >
18
- <module >web- demo</module >
18
+ <module >demo</module >
19
19
</modules >
20
20
21
21
</project >
Original file line number Diff line number Diff line change 147
147
})(jQuery, 'deck');
148
148
:css
149
149
.slide.canvas-image {
150
- -moz-background-size : cover ;
151
- -webkit-background-size : cover ;
152
- -o-background-size : cover ;
153
- /* background-size: cover;*/
154
150
background-size : auto 100% ;
155
151
background-repeat : no-repeat ;
156
152
background-position : center ;
You can’t perform that action at this time.
0 commit comments