Its a miracle

This commit is contained in:
Thomas Forgione 2021-06-10 10:42:20 +02:00
parent 1ea10529bf
commit a9e9e63b76
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ update msg model =
view : Model -> Browser.Document Msg
view model =
{ title = "Hello"
, body = [ Element.layout [ Element.width Element.fill, Element.height Element.fill ] (video model) ]
, body = [ Element.layout [ Element.height Element.fill ] (video model) ]
}
@ -255,7 +255,7 @@ video model =
)
(Element.html
(Html.video
videoEvents
(Html.Attributes.class "hf" :: videoEvents)
[]
)
)