From c1cbf94ec9cd6762626edc83ec2530033a26d206 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 17 Oct 2018 01:25:59 -0500 Subject: [PATCH] test(img): data uri images (#15981) --- core/src/components/img/test/basic/index.html | 4 ++-- core/src/components/img/test/check.png | Bin 1160 -> 0 bytes .../components/img/test/standalone/index.html | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) delete 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 366b864a1f..36ce9a2541 100644 --- a/core/src/components/img/test/basic/index.html +++ b/core/src/components/img/test/basic/index.html @@ -22,14 +22,14 @@ - + - + diff --git a/core/src/components/img/test/check.png b/core/src/components/img/test/check.png deleted file mode 100644 index 439b419571499e2c25813bf2a6256f6cb9f3b2c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1160 zcmeAS@N?(olHy`uVBq!ia0y~yU~gbxUEK3Njc79NzFj{qNIbP0l+XkKX46b- diff --git a/core/src/components/img/test/standalone/index.html b/core/src/components/img/test/standalone/index.html index d270eea2ec..b1abc3ee98 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} - + `;