Skip to content
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

Closed
iamrane opened this issue Aug 14, 2012 · 6 comments
Closed

IE7 and object tag #69

iamrane opened this issue Aug 14, 2012 · 6 comments

Comments

@iamrane
Copy link

iamrane commented Aug 14, 2012

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.

@davatron5000
Copy link
Owner

Can you supply screenshots or a link to a live example (on codepen or jsbin) please. Thanks.

@iamrane
Copy link
Author

iamrane commented Aug 15, 2012

@iamrane
Copy link
Author

iamrane commented Aug 15, 2012

See the differents in ie7 and chrome when resizing the browser.

@mryand
Copy link

mryand commented Nov 26, 2012

Any update on this issue?

@davatron5000
Copy link
Owner

I took a decent stab at this and came up null. It appears to be an object vs. padding only in IE7. I'll keep poking at it and see if I can come up with something, but it might just not work perfectly in IE7.

@davatron5000 davatron5000 mentioned this issue Dec 2, 2013
@davatron5000
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants