Add responsive mobile screenshot

This commit is contained in:
Ezra 2021-07-15 10:57:30 -05:00
parent 22618fe5f7
commit d008d372e1
2 changed files with 8 additions and 4 deletions

View File

@ -4,14 +4,18 @@
</div>
<h2 class="mt-4">How to Use This Site</h2>
<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/btr-help-image.jpg" target="_blank"><img src="/assets/images/btr-help-image.jpg" class="help-img img-fluid"></a>
<h3 class="mt-5 mb-3">Video tutorial</h3>
<h3 class="mt-4 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>
<h3 class="mt-4 mb-3">Screenshots</h3>
<p>(Click the image to open large in a new tab.)</p>
<picture>
<source media="(min-width: 991.97px)" srcset="/assets/images/btr-help-image.jpg">
<source media="(max-width: 991.98px)" srcset="/assets/images/BTR-mobile-help.jpg">
<img src="/assets/images/btr-help-image.jpg" class="help-img img-fluid">
</picture>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB