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

adjust mobile image sizes

This commit is contained in:
Luke Pulverenti 2015-05-07 01:12:13 -04:00
parent eac4ec9324
commit 6a2085d68b
6 changed files with 142 additions and 51 deletions

View file

@ -92,7 +92,7 @@
// TODO: With iOS 8 this might not be required anymore
if ($.browser.safari) {
$('.itemVideo').css('visibility', 'hidden');
//$('.itemVideo').css('visibility', 'hidden');
}
}