gif fullscreen v2
This commit is contained in:
parent
c65b006bb6
commit
8c18d634c8
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
@if (GifState.Value.IsPlaying && GifState.Value.CurrentGif != null)
|
||||
{
|
||||
<MudOverlay Visible="true" DarkBackground="true" ZIndex="9999" OnClick="DismissGif" Class="fullscreen-overlay">
|
||||
<div class="gif-player-container" @onclick:stopPropagation="true">
|
||||
<MudOverlay Visible="true" DarkBackground="true" ZIndex="9999" OnClick="DismissGif"
|
||||
Class="fullscreen-overlay">
|
||||
<div class="gif-player-container" @onclick:stopPropagation="true" @onclick="DismissGif">
|
||||
|
||||
@* Video/Image Bereich: Nimmt den verfügbaren Platz ein *@
|
||||
<div class="gif-content">
|
||||
|
|
@ -102,7 +103,7 @@
|
|||
text-align: center;
|
||||
pointer-events: none; /* Klicks gehen durch auf das Video/Overlay */
|
||||
padding: 20px;
|
||||
background: linear-gradient(transparent, rgba(0,0,0,0.7));
|
||||
/* background: linear-gradient(transparent, rgba(0,0,0,0.7)); */
|
||||
}
|
||||
|
||||
.gif-event-name {
|
||||
|
|
|
|||
Loading…
Reference in New Issue