0

I'm trying to use "Prefix free" (http://leaverou.github.io/prefixfree/) on image filters and it seems the script isn't adding a -webkit- prefix to it.

Here's the example: http://codepen.io/barkins/pen/ByeGjd

img {
  filter: sepia(.5);
}

Shouldn't "Prefix free" add "-webkit- to the style? So it would look something like this:

img {
  filter: sepia(.5);
  -webkit-filter: sepia(.5);
}

Thanks advance for any help in advance.

James A Mohler
  • 11,060
  • 15
  • 46
  • 72
Richard
  • 1,414
  • 2
  • 16
  • 27

0 Answers0