diff --git a/src/contents/judging.tsx b/src/contents/judging.tsx index c99d98e4965e9ca1c36837fd945d5f3dc5fb512e..3daf2f81254e05a52b3c038bac8837b14c2c3e77 100644 --- a/src/contents/judging.tsx +++ b/src/contents/judging.tsx @@ -31,7 +31,7 @@ export function Judging() { </Section> <div className="row align-items-center"> <div className="col"> - <iframe title="Bielefeld-CeBiTec: Introduction (2024) [English]" width="560" height="315" src="https://video.igem.org/videos/embed/9ffc5914-df86-4ba7-a0eb-f324694988ee" frameBorder="0" allowFullScreen={true} sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe> + <iframe title="Bielefeld-CeBiTec: Introduction (2024) [English]" width="100%" height="600px" src="https://video.igem.org/videos/embed/9ffc5914-df86-4ba7-a0eb-f324694988ee" frameBorder="0" allowFullScreen={true} sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe> </div> </div>