Is it possible to embed youtube video based on a field of a deck to start as per respective time stamps in each card?

Is it possible to embed youtube video based on a field of a deck to start as per respective time stamps in each card?

I have used the Mozilla extension Youtube2Ank to generate anki cards, but the embedded youtube is working fine when I am in edit window, however it is not working when I come to review screen.

The code in Card Template generated by Mozilla extension Youtube2Ank is:

                            <iframe
                                width="560"
                                height="315"
                                src="https://www.youtube.com/embed/{{id}}?start={{startSeconds}}&end={{endSeconds}}&autoplay=1"
                                frameborder=0
                                  autoplay=1
                            />

I am currently on Anki Version 2.1.35 (84dcaa86)
Python 3.8.0 Qt 5.14.2 PyQt 5.14.2 on a Mac system.

This issue with emedding youtube videos got resolved with upgrading the anki desktop to Version ⁨2.1.47 (dc156f34)⁩.

Thank you so much.

2 Likes