From d04bc6ef45344034b9e3d641836ae44e7eb4f442 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 8 Aug 2017 12:30:22 +0200 Subject: [PATCH] make the photo-wallpaper example respnsive --- examples/photo-wallpaper/index.html | 11 +++++++++-- examples/photo-wallpaper/style.css | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 examples/photo-wallpaper/style.css diff --git a/examples/photo-wallpaper/index.html b/examples/photo-wallpaper/index.html index 00a2e4d..c4ac2ed 100644 --- a/examples/photo-wallpaper/index.html +++ b/examples/photo-wallpaper/index.html @@ -1,9 +1,14 @@ + + + - +
+ +
@@ -11,6 +16,7 @@ diff --git a/examples/photo-wallpaper/style.css b/examples/photo-wallpaper/style.css new file mode 100644 index 0000000..a5471e0 --- /dev/null +++ b/examples/photo-wallpaper/style.css @@ -0,0 +1,4 @@ +#wrapper { + width: 100%; + height: 600px; +} \ No newline at end of file