From 70947c2ba783d067429ba12ab39b1edd9906d882 Mon Sep 17 00:00:00 2001 From: Max Waterman Date: Mon, 10 Jul 2017 11:12:14 +0100 Subject: [PATCH] some trivial grammar errors ssia --- iron-image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iron-image.html b/iron-image.html index 2f92f76..d3f05f0 100644 --- a/iron-image.html +++ b/iron-image.html @@ -15,12 +15,12 @@ preloading options not found on the standard `` tag. The `sizing` option allows the image to be either cropped (`cover`) or -letterboxed (`contain`) to fill a fixed user-size placed on the element. +letterboxed (`contain`) to fill a fixed user-size space on the element. The `preload` option prevents the browser from rendering the image until the image is fully loaded. In the interim, either the element's CSS `background-color` can be be used as the placeholder, or the `placeholder` property can be -set to a URL (preferably a data-URI, for instant rendering) for an +set to a URL (preferably a data-URI, for instant rendering) for a placeholder image. The `fade` option (only valid when `preload` is set) will cause the placeholder