diff --git a/audbcards/sphinx/table-preview.css b/audbcards/sphinx/table-preview.css index 9709dcd..ce82007 100644 --- a/audbcards/sphinx/table-preview.css +++ b/audbcards/sphinx/table-preview.css @@ -80,3 +80,7 @@ table.preview th { /* Use normal font in header row of preview table */ font-weight: normal !important; } +/* Ensure example video fits onto page */ +#example.section video { + max-width: 100%; +}