-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
global: user documentation for embed options
* adds the link in the video record sensing the user to FAQ * adds the description for new embed options in FAQ page * (closes #1704) global: fixed typos and suggestions global: fixed wrong embed option name
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,28 @@ <h2 id="cds-videos">CDS Videos</h2> | |
<p>The documents on the CERN Document Server are generally already the highest quality available.</p> | ||
<p><strong>What about low resolution multimedia files?</strong></p> | ||
<p>Low-res files are also protected by the CERN copyright, and subject to the same conditions of use as high resolutions files. Though you will not need to login to access them, you agree to the same conditions (including the CERN computing rules) by downloading this material.</p> | ||
<p><strong><a name="embed" class="cds-anchor">Are there special options for embedding a video?</a></strong></p> | ||
<p>Yes, there are several parameters that can be added to the embedding link in order to control the appearance of the embedded video. Below you can find the complete list:</p> | ||
<dl> | ||
<dt>autoplay=1</dt><dd>this parameter triggers the auto playing of the video when the page is loaded. Please note that some web browsers turn off the sound for auto-playing videos.</dd> | ||
<dt>controlsOff=1</dt><dd>this parameter hides the seeking bar, tool bar and title of the video.</dd> | ||
<dt>muted=1</dt><dd>this parameter turns off the sound of the video.</dd> | ||
<dt>start=5</dt><dd>this parameter starts playing the video at the 5th second.</dd> | ||
<dt>end=30</dt><dd>this parameter stops playing the video at the 30th second.</dd> | ||
<dt>subtitlesOff=1</dt><dd>this parameter turns off the subtitles of the video (if they are available).</dd> | ||
<dt>loop=1</dt><dd>this parameter plays the video in a loop.</dd> | ||
<dt>responsive=1</dt><dd>this parameter indicates that the video should fill the container and should be responsive.</dd> | ||
</dl> | ||
<p>Here is an the example of embedding a video that is muted and that will play in a loop:</p> | ||
<pre><code><iframe scrolling="no" src="http://videos.cern.ch/video/CERN-VIDEO-2018-002-001?muted=1&loop=1" width="560" height="315" frameborder="0" allowfullscreen></iframe></code></pre> | ||
<p>Remember to add the "?" character before the parameter list and to separate the parameters with "&".</p> | ||
<p><strong>Who can I contact in case of question or problem?</strong></p> | ||
<p>You can contact the following services:</p> | ||
<ul> | ||
<li>[email protected] for general help</li> | ||
<li><a href="http://copyright.cern.ch/contact">http://copyright.cern.ch/contact</a> for questions related to copyright, conditions of use, etc.</li> | ||
<li>[email protected] for questions related to videos, photos and audios</li> | ||
<li>[email protected] for technical help related directly to the Videos platform of CERN Document Server.</li> | ||
</ul> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters