You've made it! We're at the end. Your videos are on your guide, and they look like…
Crap.
I mean, utter garbage. At this point, you might be calling me mean names in your head, wondering if I've finally lost it. Instead of having beautiful-looking videos that are nicely sized and easy on the eyes, you probably have a long, scrolling page of videos.
Yeah, not exactly the look you wanted. Well, that's where positioning and sizing come in. Positioning and sizing tell things where to live on the page and how much space to take up.
Some general guidelines when positioning and sizing your videos:
Quick Links:
Yes, you will still want to position and size one video. If you don't, it'll be huge on the page (like it probably is right now).
<style>
@media (min-width:792px){
#s-lg-content-59187519{
width: 50%;
margin-left: 25%;
margin-right: 25%;
}}
</style>
Voila! You have a video that is no longer hideous.
Note: You can change the width and margin percentages if the video looks too small or too big on your guide. The width and margin percentages must equal 100% when you have a single video. For example, you can have a video with a width of 40%, with margins of 30% each.
You have two videos. Let's do this.
You may also need to size your image so that it spans the space it's in. You'll need to add some code to your original video widget.
<div class="video-play">
<img src="https://cdnsecakmi.kaltura.com/p/1067292/sp/106729200/thumbnail/entry_id/0_tiedhpa1/version/100011/acv/171/width/900" alt="two people speaking about accounting" style="width:100%;" />
<button class="btn btn-default" onclick="window.open('https://widgets.ebscohost.com/prod/customlink/proxify/proxify.php?count=1&encode=1&proxy=https%3A%2F%2Fgo.openathens.net%2Fredirector%2Fphoenix.edu%3Furl%3D&target=https://fod.infobase.com/PortalPlaylists.aspx?wID=18566&xtid=114815');" type="button">
<div class="play-icon">
<svg viewBox="0 0 20 20" preserveAspectRatio="xMidYMid" focusable="false" aria-labelledby="play-icon-title" role="img">
<title id="play-icon-title">Play</title>
<polygon class="fill" points="1,0 20,10 1,20"></polygon>
</svg>
</div>
</button>
</div>
<div class="video-title">
<a href="https://widgets.ebscohost.com/prod/customlink/proxify/proxify.php?count=1&encode=1&proxy=https%3A%2F%2Fgo.openathens.net%2Fredirector%2Fphoenix.edu%3Furl%3D&target=https://fod.infobase.com/PortalPlaylists.aspx?wID=18566&xtid=114815" target="_blank">Accounting: When Am I Ever Going to Use This? (19:32)</a>
</div>
<div class="video-text">
Discover why accounting is the backbone of every business, how an accounting system works, and learn about potential career opportunities. You'll also be introduced to working professionals who demonstrate how they use their accounting skills to succeed in their careers and personal lives.
</div>
You're here. You've made it. The grandest of them all…
THREE VIDEOS.
#s-lg-box-collapse-25674244{
text-align: center;
}
@media (min-width:792px){
#s-lg-content-59188414, #s-lg-content-59188420, #s-lg-content-59188425{
width:33%;
display: inline-block;
text-align: left;
}
#s-lg-content-59188425{
float: right;
}
#s-lg-content-59188414{
float: left;
}}
If you have three videos from different library vendors (for example, Academic Video Online and Films on Demand) or from Academic Video Online and YouTube or Vimeo, you will want to add a max height to the images in your box. You may need to tweak the max height to get the images to display correctly.
#s-lg-box-collapse-25674244{
text-align: center;
}
#s-lg-box-collapse-25674244 img{
max-height: 210px;
}
@media (min-width:792px){
#s-lg-content-59188414, #s-lg-content-59188420, #s-lg-content-59188425{
width:33%;
display: inline-block;
text-align: left;
}
#s-lg-content-59188425{
float: right;
}
#s-lg-content-59188414{
float: left;
}}
You may also need to size your image so that it spans the space it's in. You'll need to add some code to your original video widget.
<div class="video-play">
<img src="https://cdnsecakmi.kaltura.com/p/1067292/sp/106729200/thumbnail/entry_id/0_tiedhpa1/version/100011/acv/171/width/900" alt="two people speaking about accounting" style="width:100%;" />
<button class="btn btn-default" onclick="window.open('https://widgets.ebscohost.com/prod/customlink/proxify/proxify.php?count=1&encode=1&proxy=https%3A%2F%2Fgo.openathens.net%2Fredirector%2Fphoenix.edu%3Furl%3D&target=https://fod.infobase.com/PortalPlaylists.aspx?wID=18566&xtid=114815');" type="button">
<div class="play-icon">
<svg viewBox="0 0 20 20" preserveAspectRatio="xMidYMid" focusable="false" aria-labelledby="play-icon-title" role="img">
<title id="play-icon-title">Play</title>
<polygon class="fill" points="1,0 20,10 1,20"></polygon>
</svg>
</div>
</button>
</div>
<div class="video-title">
<a href="https://widgets.ebscohost.com/prod/customlink/proxify/proxify.php?count=1&encode=1&proxy=https%3A%2F%2Fgo.openathens.net%2Fredirector%2Fphoenix.edu%3Furl%3D&target=https://fod.infobase.com/PortalPlaylists.aspx?wID=18566&xtid=114815" target="_blank">Accounting: When Am I Ever Going to Use This? (19:32)</a>
</div>
<div class="video-text">
Discover why accounting is the backbone of every business, how an accounting system works, and learn about potential career opportunities. You'll also be introduced to working professionals who demonstrate how they use their accounting skills to succeed in their careers and personal lives.
</div>
If you've made it this far, congrats, video ninja! Adding videos isn't easy, so pat yourself on the back, give yourself a high five, and splurge on an extra piece of candy. You've earned it.
(And take a break. Seriously. You've probably been at this awhile.)
Occasionally you may, on occasion, find it helpful to add a line between your video and non-video content. It can help partition the content and anchor the videos on the page. To do this: