[Glitch] Set max-width and max-height to gif video

Port c5c8f68031 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Irie Aoi 4 years ago committed by Thibaut Girka
parent ce33822e2c
commit 0f4a8a6487
  1. 7
      app/javascript/flavours/glitch/styles/components/media.scss

@ -691,3 +691,10 @@
}
}
}
.gifv {
video {
max-width: 100vw;
max-height: 80vh;
}
}

Loading…
Cancel
Save