From cf5a4bdbd735eb1819d9bf4704227b999e69658e Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 28 Sep 2024 16:45:46 +0200 Subject: [PATCH] no auto play --- src/contents/Human Practices/Further Engagement/Education.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contents/Human Practices/Further Engagement/Education.tsx b/src/contents/Human Practices/Further Engagement/Education.tsx index 91c3e743..8d106805 100644 --- a/src/contents/Human Practices/Further Engagement/Education.tsx +++ b/src/contents/Human Practices/Further Engagement/Education.tsx @@ -111,8 +111,8 @@ Moreover, we connected with other institutions and participants at the event. We </div> <div className="col"> <figure> - <iframe title="Bielefeld-CeBiTec: Teuto ruft! (2024) [German]" width="560" height="315" src="https://video.igem.org/videos/embed/70499cae-48ae-451a-a889-102ef5e6ccea?autoplay=1" frameBorder="0" allowFullScreen={true} sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe> - <figcaption> <b>Figure 1. </b> Instagram-Story posted by <a href="https://www.instagram.com/bielefeldjetzt/"><i>@bielefeldjetzt</i></a> </figcaption> + <iframe title="Bielefeld-CeBiTec: Teuto ruft! (2024) [German]" width="560" height="315" src="https://video.igem.org/videos/embed/70499cae-48ae-451a-a889-102ef5e6ccea" frameBorder="0" allowFullScreen={true} sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe> + <figcaption> <b>Figure 1. </b> Instagram-Story posted by <a href="https://www.instagram.com/bielefeldjetzt/"><i>@bielefeldjetzt</i></a> </figcaption> </figure> </div> </div> -- GitLab