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

IE 8 Support? #34

Open
hubpork opened this issue Aug 4, 2015 · 1 comment
Open

IE 8 Support? #34

hubpork opened this issue Aug 4, 2015 · 1 comment
Milestone

Comments

@hubpork
Copy link

hubpork commented Aug 4, 2015

Is there any IE8 Support planned?
Thanks

@hubpork
Copy link
Author

hubpork commented Aug 4, 2015

If anyone need it?

        if( $('html').hasClass('lt-ie9') ) {
            $('.pretty').after('<iframe frameBorder="0" title="YouTube video player" width="640" height="360" src="//www.youtube.com/embed/'+$('.pretty').data('pe-videoid')+'?rel=0&amp;wmode=transparent" allowfullscreen></iframe> ');
            $('.pretty').remove();
        } else {
            $('.pretty').prettyEmbed({
                useFitVids: false,
                playerControls: false,
                playerInfo: false
            });
        }

@mike-zarandona mike-zarandona added this to the v2.0.0 milestone Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants