slider is real-time

This commit is contained in:
Andy Miller
2017-05-26 13:41:28 -06:00
parent a555c4a7c4
commit 7e103ca4c9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ $(function() {
var thumbscroll = new Scrollbar('.thumbs-list-container .mediapicker-scroll', { autoshow: true });
// Thumb Resizer
$('.media-container .media-range').change(function() {
$('.media-container .media-range').on('input change', function() {
var cards = $('.media-container div.card-item');
var width = $(this).val() + 'px';
cards.each(function() {

File diff suppressed because one or more lines are too long