1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix overlay menus

This commit is contained in:
Luke Pulverenti 2016-05-31 22:46:38 -04:00
parent a15cc23c27
commit 6dae843884
6 changed files with 244 additions and 246 deletions

View file

@ -111,7 +111,8 @@
preferThumb: true,
lazy: true,
showDetailsMenu: true,
centerText: true
centerText: true,
overlayMoreButton: true
});
html += '</div>';
@ -120,6 +121,7 @@
}
elem.innerHTML = html;
LibraryBrowser.createCardMenus(elem);
ImageLoader.lazyChildren(elem);
}
return function (view, params, tabContent) {