I dunno why but gifv’s never work for me on mobile.
the mobile stylesheet needs
video {
max-width: 100%;
}
if you're using firefox mobile (on android) you can actually install a greasemonkey modification that will add this css, which makes them viewable and not get cut off
Posts