Merge pull request 'hotfix/help-video' (#18) from hotfix/help-video into master

Reviewed-on: #18
This commit is contained in:
lenrsmith 2021-05-26 22:17:20 +00:00
commit d70801b16d
4 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
.help-video
{
max-width: 90%;
max-width: 100%;
height: auto;
max-height: 75%;
text-align:center;
text-align: center;
cursor: pointer;
}
.help-img {

View File

@ -6,10 +6,10 @@
<p class="mt-4">Here are a few visual aids to help you learn the basics of using this site.</p>
<h3>Screenshots</h3>
<p>(Click the image to open large in a new tab.)</p>
<a href="/assets/images/desk.jpg" target="_blank"><img src="/assets/images/desk.jpg" class="help-img img-fluid"></a>
<a href="/assets/images/btr-help-image.jpg" target="_blank"><img src="/assets/images/btr-help-image.jpg" class="help-img img-fluid"></a>
<h3 class="mt-4">Video tutorial</h3>
<video controls="controls" src="//btr.mrgreekgeek.com/btr_getting_started.mp4" class="help-video" poster="/assets/images/vid-thumb.jpg">
<h3 class="mt-5 mb-3">Video tutorial</h3>
<video controls="controls" src="//btr.mrgreekgeek.com/btr_getting_started-new.mp4" class="help-video" poster="/assets/images/vid-thumb.jpg">
Your browser does not support the HTML5 Video element.
</video>

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 64 KiB