mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 13:37:24 +01:00
updates example and wraps all in tooltip
This commit is contained in:
parent
1de7b84432
commit
cdfb3f7365
@ -66,7 +66,7 @@
|
||||
<!-- ends sample example -->
|
||||
|
||||
<!-- One thumbnail -->
|
||||
<button type="button" class="btn btn-default" data-toggle="modal" data-target=".one_thumbnail">One thumbnail</button>
|
||||
<span data-toggle="modal" data-target=".one_thumbnail"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Export one thumbnail per video file">One thumbnail</button></span>
|
||||
|
||||
<div class="modal fade one_thumbnail" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
|
||||
<div class="modal-dialog modal-lg">
|
||||
@ -77,7 +77,7 @@
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
<p>This first command will grab a thumbnail 20 seconds into the video.</p>
|
||||
<p>This command will grab a thumbnail 20 seconds into the video.</p>
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
@ -96,7 +96,7 @@
|
||||
<!-- ends One thumbnail -->
|
||||
|
||||
<!-- Multi thumbnail -->
|
||||
<button type="button" class="btn btn-default" data-toggle="modal" data-target=".multi_thumbnail">Many thumbnails</button>
|
||||
<span data-toggle="modal" data-target=".multi_thumbnail"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Export many thumbnails per video file">Many thumbnails</button></span>
|
||||
|
||||
<div class="modal fade multi_thumbnail" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
|
||||
<div class="modal-dialog modal-lg">
|
||||
@ -126,7 +126,7 @@
|
||||
<!-- ends Multi thumbnail -->
|
||||
|
||||
<!-- Pull specs -->
|
||||
<button type="button" class="btn btn-default" data-toggle="modal" data-target=".pull_specs">Pull specs</button>
|
||||
<span data-toggle="modal" data-target=".pull_specs"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Pull specs from video file">Pull specs</button></span>
|
||||
|
||||
<div class="modal fade pull_specs" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
|
||||
<div class="modal-dialog modal-lg">
|
||||
|
Loading…
Reference in New Issue
Block a user