Crashes IE 8
-
Using featured video plus crashes IE 8 in every single environment (I’m using browserstack to test my website).
If I remove the featured video and do a regular video embed, everything is fine.
It’s also fine if I only use:
<?php the_post_video() ?>
but If I do the following, it crashes:
<?php if ( has_post_video() ) { ?> <?php the_post_video(); ?> <?php } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Crashes IE 8’ is closed to new replies.