Crop Gif Images Without Loosing Animation Using Javascript [Duplicate]

Is there any way to maintain animation after cropping Gif image.i can able to crop gif images but the animation is lost after crop is done.is it possible to maintain animation?any examples Thanks.

4

CSS Display an Image Resized and Cropped

.crop {
  width: 200px;
  height: 250px;
  overflow: hidden;
}

.crop img {
  width: 400px;
  height: 300px;
  margin: -75px 0 0 -100px;
}
<div class="crop">
  <img src="" />
</div>
12
Alexander Ross

Alexander Ross

Gaming, Esports & Interactive Media Writer

Alexander Ross has covered the video game industry for a decade, writing deep dives on game design, esports tournaments, VR developments, and gaming culture.

Share this article
Twitter Facebook Pinterest