MatteoGabriele / vue-progressive-image

Vue progressive image loading plugin
https://matteo-gabriele.gitbook.io/vue-progressive-image/
MIT License
721 stars 43 forks source link

disable margin-bottom #53

Closed ondrejlohnisky closed 6 years ago

ondrejlohnisky commented 6 years ago

Is possible to disable the padding?

MatteoGabriele commented 6 years ago

Yes, you can use the no-ratio attribute https://github.com/MatteoGabriele/vue-progressive-image/blob/master/README.md#ratio

ondrejlohnisky commented 6 years ago

I know. But when i add no-ratio attribute to the element and save the problem doesn’t get solved. I have margin-bottom about 5 px. Is there other way to change the margin-bottom? Or try to fix that.