CSS3: transform property not working as expected in chrome
I am trying to achieve the below thing ..And its working pretty well in firefox but the same css working in chrome is somewhat like this shown below I think -webkit-transform-origin: 50% 100%; doesnt work in chrome or its working but not as expected Demo Jsfiddle #flyDiv { width:720px; height:420px; transform-origin: 50% 100%; perspective: 300; transform: perspective(300px) rotateX(15deg); -webkit-transform: perspective(300px) rotateX(15deg); } Probably I have found an error ..This is hardware issue I have checked in many computers and found that pc in which their are graphic cards present