Home › Forums › CSS › IE10 CSS Animation Issue › Re: IE10 CSS Animation Issue
November 15, 2012 at 7:50 pm
#114488
Participant
@richardlazear Not sure if this will do anything but try it.
@media only screen and (min-width: 960px) {
@-ms-viewport { width: 960px; }
/* CSS Here */
}