On a new Layout Builder Magic page, I've added a video at the end of a series of photos. While the photos appear as 100-percent size, the video pane at the bottom of the page is a little smaller. I'd like it to be full size so it matches the width of the photos.
I presume that I mistakenly entered a requisite source code for that <div> tag.
Here's the markup for the video tag:
. . .
<div id="p7LBM_1" class="p7LBM-01 p7LBM">
<br>
<div id="p7QC_1" class="p7QC">
<div class="p7QC-content">
<div class="video-wrapper brownborder">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ax4JtdhgZ_A?rel=0" allowfullscreen> </iframe>
</div>
<!-- end "video-wrapper" -->
</div>
<!-- end "p7QC-content" -->
</div>
<!-- end "QC1" -->
</div>
<!-- end "p7LBM-01 p7LBM" -->
. . .
And here's the URL: http://www.bigtreeschurch.com/photoAlbums/photosPage_spicerCamping-2019.html
Please advise me of my error. Thanks, in advance.
Warren