[Plugin: Artiss YouTube Embed] IE doesn't like the media:thumbnail link
-
When embedding a video with the object method, the following code is added:
<a rel="media:thumbnail" href="https://img.youtube.com/vi/cdjHnHwT5yw/default.jpg" />
This makes all the content after the link a hyperlink with IE9
Changing the code in aye-generate-embed-code.php line 441 to
<a rel="media:thumbnail" href="https://img.youtube.com/vi/cdjHnHwT5yw/default.jpg" </a>
solves the problem.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Artiss YouTube Embed] IE doesn't like the media:thumbnail link’ is closed to new replies.