summaryrefslogtreecommitdiffstats
path: root/doc/global/template/style/offline-simple.css
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-03-03 10:31:56 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-03-06 13:43:58 +0000
commit8a1880029d080d63d5cf7e02c164925e34a0a718 (patch)
tree712c6c45c2f8a67c2ad2bcb61035bf110b66f692 /doc/global/template/style/offline-simple.css
parentd6330a19b29ebff359a6746250c78437dbcaf77d (diff)
Doc: Add macro for embedding YouTube videos
This macro adds a \youtube <ID> command that embeds a YouTube link into the documentation. The video container scales to a specified percentage of the available horizontal area. It assumes a source aspect ratio of 16:9, but looks acceptable with other ratios. For backends that do not support <iframe> (e.g. QTextBrowser), shows a clickable video thumbnail that open the YouTube link in an external browser window. Unfortunately, QTextBrowser cannot load images from a remote URL, so we need to store a thumbnail image in the .qch file. Change-Id: I3a3a0c5a20dd90e5cec6357ba70a23ee47dbe825 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'doc/global/template/style/offline-simple.css')
-rw-r--r--doc/global/template/style/offline-simple.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/global/template/style/offline-simple.css b/doc/global/template/style/offline-simple.css
index a805b924a3..043e42981d 100644
--- a/doc/global/template/style/offline-simple.css
+++ b/doc/global/template/style/offline-simple.css
@@ -160,3 +160,7 @@ td#buildversion {
.footer p {
margin: 0px;
}
+
+.video {
+ margin: 15px 0 0 15px;
+}