mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2353 from thornbill/comics-player-height
Fix scaling in comics player
(cherry picked from commit 441d7a4236
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
998df179a8
commit
1f97acc46e
2 changed files with 16 additions and 0 deletions
|
@ -9,6 +9,8 @@ import ServerConnections from '../../components/ServerConnections';
|
|||
import { Swiper } from 'swiper/swiper-bundle.esm';
|
||||
import 'swiper/swiper-bundle.css';
|
||||
|
||||
import './style.scss';
|
||||
|
||||
export class ComicsPlayer {
|
||||
constructor() {
|
||||
this.name = 'Comics Player';
|
||||
|
|
14
src/plugins/comicsPlayer/style.scss
Normal file
14
src/plugins/comicsPlayer/style.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
#comicsPlayer {
|
||||
.slideshowSwiperContainer {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.slider-zoom-container {
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.swiper-slide-img {
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue