react-fitted-image icon indicating copy to clipboard operation
react-fitted-image copied to clipboard

Tests: CSS.supports

Open alexjoffroy opened this issue 8 years ago • 0 comments

To detect if the browser supports object-fit property, I use CSS.supports. If the property is supported, the component render an "img" tag, else a "div". Currently, when testing,the rendered component is always a "div".

alexjoffroy avatar Mar 20 '16 10:03 alexjoffroy