bootstrap-html5sortable
bootstrap-html5sortable copied to clipboard
Problem with Sortable Thumbnail
Hi,
I saw your demo. Really nice done. Perfect Solution.
But found a little problem with sortable thumbnail section of your demo. I tried to move any sortable item to upper right placeholder it doesn't work properly.
Hope soon you'll fix this
add "forcePlaceholderSize: true" to Your sortable options.
Example:
$('.sortable').sortable({ placeholderClass: 'col-xs-12 col-sm-4 col-md-4', forcePlaceholderSize: true });