bigbite / macy.js

http://macyjs.com/
MIT License
1.3k stars 156 forks source link

How i can remove the rounded border on the images #54

Closed ivan-vilches closed 4 years ago

ivan-vilches commented 5 years ago

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

jrmd commented 5 years ago

Hi @ivan-vilches,

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

JayHoltslander commented 5 years ago

@ivan-vilches I think you need:

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