Layout-Anpassungen nach BS v5 Migration (#222)

This commit is contained in:
2023-04-05 14:16:33 +02:00
parent db3c576840
commit b15bf84a49
37 changed files with 308 additions and 232 deletions

View File

@ -57,7 +57,8 @@
// venobox popup
$(document).ready(function () {
new VenoBox({
selector: '.vb-video'
selector: '.vb-video',
spinner: 'grid'
});
new VenoBox({
selector: '.vb-gallery',
@ -76,7 +77,8 @@
new Filterizr(
'.filtr-container',
{
layout: 'sameWidth'
layout: 'sameWidth',
gutterPixels: 10
}
);
}