Videos
No edit summary Tags: Reverted 2017 source edit |
No edit summary Tags: Reverted 2017 source edit |
||
Line 77: | Line 77: | ||
<style> | <style> | ||
.video { | |||
display: flex; | display: flex; | ||
flex-direction: row | flex-direction: row; /* Navigation on the right */ | ||
max-width: 100%; | max-width: 100%; | ||
box-shadow: 0 4px 8px rgba(0,0,0,0.1); | box-shadow: 0 4px 8px rgba(0,0,0,0.1); | ||
margin: 20px; | margin: 20px; | ||
overflow: hidden; /* Hide overflow */ | overflow: hidden; /* Hide overflow */ | ||
align-items: flex-start; /* Align items to the top */ | |||
} | } | ||
.video__wrapper { | .video__wrapper { | ||
flex | flex: 0 0 760px; /* Maximum width of the video */ | ||
position: relative; | position: relative; | ||
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ | padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ | ||
height: 0; | height: 0; | ||
max-height: | max-height: 500px; /* Maximum height for the video */ | ||
} | } | ||
Line 105: | Line 105: | ||
.video__navigation { | .video__navigation { | ||
flex | flex: 0 0 210px; /* Maximum width of the navigation */ | ||
padding: 10px; | padding: 10px; | ||
background: #f7f7f7; | background: #f7f7f7; | ||
Line 112: | Line 112: | ||
font-size: 14px; | font-size: 14px; | ||
overflow-y: auto; /* Scrollbar for overflow */ | overflow-y: auto; /* Scrollbar for overflow */ | ||
max-height: | max-height: 500px; /* Maximum height for the navigation */ | ||
border-left: 1px solid #ccc; | border-left: 1px solid #ccc; | ||
list-style: none; | list-style: none; | ||
Line 139: | Line 139: | ||
.video__wrapper { | .video__wrapper { | ||
padding-bottom: 56.25%; | padding-bottom: 56.25%; | ||
flex-basis: auto; | |||
} | } | ||
Revision as of 22:35, 18 January 2024
Training
EXPLORE MDriven through Video
INTRODUCING THE MDRIVEN VIDEO EXPERIENCE
Watch videos tailored to simplify everything you need to know about MDriven.
Watch videos tailored to simplify everything you need to know about MDriven.
Check out the official MDriven YouTube here:
www.youtube.com/@MDrivenOfficial