diff --git a/README.md b/README.md index 78ecbb2..6f90b86 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/feature-overview/pom.xml b/feature-overview/pom.xml index 5b462ad..5d51e6a 100644 --- a/feature-overview/pom.xml +++ b/feature-overview/pom.xml @@ -15,7 +15,7 @@ presentation - web-demo + demo \ No newline at end of file diff --git a/feature-overview/presentation/src/main/template/deckjs/document.html.haml b/feature-overview/presentation/src/main/template/deckjs/document.html.haml index 49bf25f..9f46dc8 100644 --- a/feature-overview/presentation/src/main/template/deckjs/document.html.haml +++ b/feature-overview/presentation/src/main/template/deckjs/document.html.haml @@ -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;