Skip to content

Commit

Permalink
Merge pull request #371 from jliermann/main
Browse files Browse the repository at this point in the history
privacy-wrapping of YouTube videos
  • Loading branch information
jliermann committed Jul 2, 2024
2 parents bcb14a7 + 65d651a commit 500bf66
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 74 deletions.
25 changes: 17 additions & 8 deletions docs/40_smartlab/20_chemotion_eln.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ slug: "/chemotion_eln"
id: "chemotion_eln"
---

import VideoPrivacy from "video-privacy";
import useBaseUrl from "@docusaurus/useBaseUrl";

# Chemotion ELN
Expand All @@ -22,14 +23,22 @@ Chemotion ELN offers a specific function that facilitates the [publication of re

A short introduction to the Chemotion ELN as well as the connection to the Chemotion repository is demonstrated in this video:

<iframe
width="860"
height="370"
src="https://www.youtube.com/embed/tZHaP6DW-Dw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<VideoPrivacy
imageUrl={useBaseUrl("/img/smartlab/chemotion_preview.jpg")}
width={800}
info="YouTube uses cookies and stores personal data. To view embedded videos from YouTube, please indicate your consent to load this video from anexternal source."
buttonText="I agree"
customButtonClass="button button--primary"
>
<iframe
width="860"
height="484"
src="https://www.youtube.com/embed/tZHaP6DW-Dw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</VideoPrivacy>

### Documentation, information, and contact

Expand Down
Loading

0 comments on commit 500bf66

Please sign in to comment.