From 25f6e28e9cefda1ed8817aa99c9f6d68f0ba554d Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Tue, 9 Oct 2018 14:16:40 -0500 Subject: [PATCH] test(img): use local images --- core/src/components/img/test/basic/index.html | 6 +++--- core/src/components/img/test/check.png | Bin 0 -> 1160 bytes .../components/img/test/standalone/index.html | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 core/src/components/img/test/check.png diff --git a/core/src/components/img/test/basic/index.html b/core/src/components/img/test/basic/index.html index 6454ed6f79..28352a20c0 100644 --- a/core/src/components/img/test/basic/index.html +++ b/core/src/components/img/test/basic/index.html @@ -22,14 +22,14 @@ - + - + @@ -48,7 +48,7 @@ background: blue; } - #hidden-car { + #hidden { width: 300px; } diff --git a/core/src/components/img/test/check.png b/core/src/components/img/test/check.png new file mode 100644 index 0000000000000000000000000000000000000000..439b419571499e2c25813bf2a6256f6cb9f3b2c1 GIT binary patch literal 1160 zcmeAS@N?(olHy`uVBq!ia0y~yU~gbxUEK3Njc79NzFj{qNIbP0l+XkKX46b- literal 0 HcmV?d00001 diff --git a/core/src/components/img/test/standalone/index.html b/core/src/components/img/test/standalone/index.html index ebef7d345e..0ae861e4bf 100644 --- a/core/src/components/img/test/standalone/index.html +++ b/core/src/components/img/test/standalone/index.html @@ -12,16 +12,16 @@

Default

- +

Custom Width

- +

Custom Height

- +

Custom Height / Fit

- +

Grid of Images

@@ -60,7 +60,7 @@ html += ` ${image} - + `;