| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/py-docutils/work-py39/docutils-0.17.1/test/functional/expected/ |
Upload File : |
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <title>Moving images (video)</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> </head> <body> <main id="moving-images-video"> <h1 class="title">Moving images (video)</h1> <p>If the URL given to <cite>images and figures</cite> hints to a video format supported by HTMLÂ 5 (MIME types 'video/mp4', 'video/webm', or 'video/ogg'), the HTML5 writer will place it in a <a class="reference external" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video">video element</a>.</p> <video class="align-left" src="../../../docs/user/rst/images/pens.mp4" title="left-aligned test video"> <a href="../../../docs/user/rst/images/pens.mp4">left-aligned test video</a> </video> <p>A class option value "controls" tells the browser to display controls for video playback.</p> <p>It is a good idea to include width and height attributes. If height and width are not set, the page might flicker while the video loads. According to the <a class="reference external" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video">HTML5 spec</a>, hight and width must be specified as pixel values.</p> <figure class="align-center"> <video class="controls" controls="controls" src="../../../docs/user/rst/images/pens.mp4" title="../../../docs/user/rst/images/pens.mp4" width="30%"> <a href="../../../docs/user/rst/images/pens.mp4">../../../docs/user/rst/images/pens.mp4</a> </video> <figcaption> <p>Simple test video in a centered figure</p> </figcaption> </figure> <p>A video like this <video src="../../../docs/user/rst/images/pens.mp4" title="testvideo" width="60"><a href="../../../docs/user/rst/images/pens.mp4">testvideo</a></video> can be included inline via substitution.</p> </main> </body> </html>