Add support for expanding the card without fullscreen.

This commit is contained in:
Dermot Duffy
2023-03-11 15:38:54 -08:00
parent ab35c3234d
commit 24613e7ed9
12 changed files with 157 additions and 21 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export class FrigateCardCarousel extends LitElement {
nodes,
{
axis: this.direction == 'horizontal' ? 'x' : 'y',
speed: 20,
speed: 30,
startIndex: this.selected,
...this.carouselOptions,
},