bigbite/macy.js

How i can remove the rounded border on the images

Closed this issue · 2 comments

I see a bit of round on the images any way to remove that?
Thanks you

jrmd commented

Hi @ivan-vilches,

Do you have a demo of this happening? As macy doesnt add any border radius' to images or containers.

@ivan-vilches I think you need:

<style>
  .demo {
    border-radius: 0px;
  }
</style>