Hi am using css transform in scale property my code is like this
-webkit-transform: scale(1.05); /* Safari and Chrome */ -moz-transform: scale(1.05); /*
Older IE browsers don't support CSS transformations. Try using a polyfill like Transformie.