add nextjs app: yoga-app

This commit is contained in:
Schneider Roland
2025-01-06 22:13:54 +01:00
parent 72681846d8
commit bed409f77c
283 changed files with 11753 additions and 331 deletions

View File

@@ -0,0 +1,10 @@
$(function () {
$('.popup-vimeo').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});