codyborn / tokenCast

DIY NFT Art Display
http://tokencast.net
GNU General Public License v3.0
104 stars 30 forks source link

Rotated video : display bug #3

Closed DurinDwarf closed 3 years ago

DurinDwarf commented 4 years ago

When a video is rotated, its width is cropped on the right side.

Modification suggested in tokenCast\TokenCastWebApp\Views\Device\Index.cshtml width=100% instead of width=auto

line 156: <video v-if="isVideo" style="height:100%; width:100%;" loop autoplay>

codyborn commented 3 years ago

Fixed in 2ea9ddae5c4a7a4e938bd829326a21c37c818335