0

I have a video of Resolution 1166 X 720 in mp4 Format. The <video> tag works fine for IE9+,Chrome, Safari. When I give {width:90%} to the video element ,It resizes properly to fit the screen size.

I am applying fallback to <object> by putting a Quick Time Player for IE8. But now giving { width:90%;} to <object> doesn't resize the video instead crops the video to adjust it's size.

I tried VideoJS, It's not rendering videos in IE8. IE8 hates <video>, But I need to make it work.

Used flowplayer ,But the resizing problem keeps reoccuring.

What can be an feasible solution? Changing the resolution of the video or some CSS Hack for IE8 Fallback?


All the interrupt handlers which register on the same IRQ are put in list. When the interrupt fires, the kernel calls each interrupt handler in turn (either last registered first or first registered first—I don't recall which offhand). FAST_IRQ is not special in this regard.

It is the duty of each interrupt handler to check its hardware to see if it needs to handle anything. If not, simply return so the next handler can look.

4

1 に答える 1

1

まだ行っていない場合は、インライン スタイルを試す価値があるかもしれません ...

<object style="width:90%">

または、ビデオ要素を div でラップし、サイズを変更してビデオの幅を 100% にします。

于 2013-03-19T13:38:41.470 に答える