vue-youtube icon indicating copy to clipboard operation
vue-youtube copied to clipboard

resize/fitparent props not working

Open BRS7 opened this issue 6 years ago • 1 comments

I'm having trouble resizing the iframe using the resize or fitparent props. Here is the code I used.

<div style="width: 100%"> <youtube :video-id="videoId" ref="youtube" @playing="playing" fitparent=true ></youtube> </div>

<youtube :video-id="videoId" ref="youtube" @playing="playing" width="100%" resize=true ></youtube>

BRS7 avatar Nov 22 '19 01:11 BRS7

Think you want fit-parent

Mat-Moo avatar Aug 25 '20 15:08 Mat-Moo