I'm working with Vuejs and Nuxt and would like to display a video in a vuetify carousel component :
This can be seen here:
https://codepen.io/anon/pen/MqBEqb
This is working size but I want ro resize the video to fill the carousel slide. I've tried:
<iframe width="auto" height="auto" src="https://www.youtube.com/embed/zjcVPZCG4sM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'
and
<iframe width="max" height="max" src="https://www.youtube.com/embed/zjcVPZCG4sM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'
But there is no change. How can I maximize the video size?