Why doesn't my GIF fit in the image box?

Hey!

I put a gif in the image box but when i add it, it doesnt fit into the box. Is there a way to fix this?

Hello @IshaanD ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.gif-box img {
  max-width: 100%;
  height: auto;
}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

1 Like