clowncar icon indicating copy to clipboard operation
clowncar copied to clipboard

Clown Car Responsive Image Technique

Results 6 clowncar issues
Sort by recently updated
recently updated
newest added

Something like this works in IE, but not FF / Chrome, at least in my experimenting. It's an element whose background is an SVG, which in turn also has the...

Since you've been forced to use an object tag, why not use html with the same css that you're doing in the svg? Wouldn't that solve some of the compatibility...

Hi, i just wonder if using javascript within the svg is not an option? Instead of creating SVGs for all images your can use just one SVG to clowncar dynamically....

Would ``` svg:after { content: url('images/big.png'); } ``` solve the CSP?