mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Added the resize quick button (#782)
* Added the resize module * Added the resize quick button * Made the icon to fit into the box * Added the footer to the main page * Added the resize quick button * Added the resize quick button * Added the resize quick button
This commit is contained in:
committed by
Jeffrey Warren
parent
c3abdaf3aa
commit
fdb38f7fdf
@@ -10,6 +10,12 @@ function IntermediateHtmlStepUi(_sequencer, step, options) {
|
||||
<div class="panel-body">\
|
||||
<p class="info">Select a new module to add to your sequence.</p>\
|
||||
<div class="row center-align radio-group">\
|
||||
<div>\
|
||||
<div class="radio" data-value="resize">\
|
||||
<i class="fa fa-arrows-alt fa-4x i-over"></i>\
|
||||
</div>\
|
||||
<p>Resize</p>\
|
||||
</div>\
|
||||
<div>\
|
||||
<div class="radio" data-value="brightness">\
|
||||
<i class="fa fa-sun-o fa-4x i-over"></i>\
|
||||
|
||||
Reference in New Issue
Block a user