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 0000000000..439b419571 Binary files /dev/null and b/core/src/components/img/test/check.png differ 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} - + `;