mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
Revert testing values
This commit is contained in:
parent
6840beaca9
commit
d7fda69e9c
@ -58,7 +58,7 @@ import 'css!./style';
|
||||
|
||||
imgData.data.set(pixels);
|
||||
// Values taken from https://www.npmjs.com/package/blurhash
|
||||
ctx.putImageData(imgData, 1, 1);
|
||||
ctx.putImageData(imgData, 0, 0);
|
||||
|
||||
let child = target.appendChild(canvas);
|
||||
child.classList.add('blurhash-canvas');
|
||||
|
@ -6,13 +6,12 @@
|
||||
transition: opacity 0.7s;
|
||||
}
|
||||
|
||||
/* We let the canvas overflow a little, so it gives a cooler zoom effect when transitioning */
|
||||
.blurhash-canvas {
|
||||
align-items: stretch;
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
left: -5px;
|
||||
width: 105%;
|
||||
height: 105%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user