Re1Kud0

Results 2 issues of Re1Kud0

I'm using Laravel mix with ```vue-content-loading": "^1.6.0``` installed ``` .flex-row { display: flex; flex-direction: row; } import VueContentLoading from 'vue-content-loading'; export default { components: { VueContentLoading, } } ``` Nothing...

[codesandbox](https://codesandbox.io/s/little-snow-jzoz3?file=/src/components/Test.vue) As you can see in the sandbox, lock-aspect-ratio property works as expected. However, I'd like to change width/height programmatically with a different aspect ratio from the original one and...