-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE7 and object tag #69
Comments
Can you supply screenshots or a link to a live example (on codepen or jsbin) please. Thanks. |
See the differents in ie7 and chrome when resizing the browser. |
Any update on this issue? |
I took a decent stab at this and came up null. It appears to be an |
@iamrane Doing triage today. I'm not sure if this issue should remain open. Your Codepen example doesn't seem to exist anymore. Since you filed this, we've reworked how double object embeds a bit, and I wonder if the issue was solved then. Also recommend using the latest jQuery. Please reopen if problem persists. |
This doesnt work in ie7. (it works in ie89 and good browsers.)
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="288" id="viddler"> <param name="movie" value="//vimeo.com/18908510/"> <param name="allowScriptAccess" value="always" /> <param name="allowFullScreen" value="true" /> <param name="flashvars" value="fake=1"/> <embed src="//vimeo.com/18908510" width="437" height="288" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" ></embed> </object>
But this does.
<iframe src="http://player.vimeo.com/video/18908510" width="800" height="450" frameborder="0"></iframe>
In the first example (with object) the video is to heigh. Doesnt crop.
The text was updated successfully, but these errors were encountered: