inspire.js
inspire.js copied to clipboard
Do not use percentage for `width` on an SVG `object` element
width/height on object only accepts CSS pixels. This patch removes the width attribute, because it doesn't seem to be needed.
(This commit also removes the trailing whitespace in index.html. You can add ?w=1 to the URL to see the diff with whitespace ignored. Thank you!)