Videos
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 76: | Line 76: | ||
<html> | <html> | ||
<style> | <style> | ||
youtube-video-row { | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: | justify-content: center; | ||
gap: | gap: 10px; /* Space between videos */ | ||
} | } | ||
.youtube-video-row iframe { | /* Targeting iframes directly inside the .youtube-video-row */ | ||
flex: 1 | .youtube-video-row > iframe { | ||
max-width: 360px; /* Maximum width | flex: 1; | ||
border-radius: | min-width: 300px; /* Minimum width of each video */ | ||
max-width: 360px; /* Maximum width to ensure videos are not too large */ | |||
border-radius: 15px; /* Rounded corners */ | |||
overflow: hidden; /* Ensures the border-radius applies to the iframe */ | |||
height: 203px; /* Adjust height based on the aspect ratio */ | |||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.youtube-video-row iframe { | .youtube-video-row > iframe { | ||
flex-basis: 100%; /* | flex-basis: 100%; /* Full width on smaller screens */ | ||
max-width: 100%; /* Allows the video to expand fully on smaller screens */ | |||
height: auto; /* Adjust height for smaller screens */ | |||
} | } | ||
} | } |
Revision as of 23:39, 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