You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying a meme, create a window the size of the gif to be displayed, instead of the size of the screen, as the gif might be bigger than screen and this causes a panic when slice indexing.
This way, if a gif is too big, vi will crop it for us, as expected.
The text was updated successfully, but these errors were encountered:
When displaying a meme, create a window the size of the gif to be displayed, instead of the size of the screen, as the gif might be bigger than screen and this causes a panic when slice indexing.
This way, if a gif is too big, vi will crop it for us, as expected.
The text was updated successfully, but these errors were encountered: