mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
scale image sizes depending on pixel ratio
This commit is contained in:
parent
5677ce1011
commit
4962827f56
6 changed files with 51 additions and 27 deletions
|
@ -175,6 +175,12 @@
|
|||
|
||||
return panel;
|
||||
}
|
||||
|
||||
function setLibraryMenuText(text) {
|
||||
|
||||
$('.libraryMenuButtonText').html('<span>' + text + '</span>');
|
||||
|
||||
}
|
||||
|
||||
function getTopParentId() {
|
||||
|
||||
|
@ -184,7 +190,9 @@
|
|||
window.LibraryMenu = {
|
||||
showLibraryMenu: showLibraryMenu,
|
||||
|
||||
getTopParentId: getTopParentId
|
||||
getTopParentId: getTopParentId,
|
||||
|
||||
setText: setLibraryMenuText
|
||||
};
|
||||
|
||||
function updateCastIcon() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue