mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 00:06:31 +02:00
slider is real-time
This commit is contained in:
@@ -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() {
|
||||
|
||||
2
themes/grav/js/admin.min.js
vendored
2
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user