Unanswered: Embedding Youtube videos using a xtype:'video' item
Unanswered: Embedding Youtube videos using a xtype:'video' item
Hi everyone,
I would like to embed a Youtube video using xtype:'video'. (so to speak, create a Sencha video item incorporating a youtube video)
I already get this working with the iframe code provided by Youtube and html:' ...', but sometimes this technique doesn't allow me to properly use my css code for dynamically resizing the video.
It seems to me that sencha items (xtype:'image or xtype:'video') automatically resize according to the size of the window... Am I right ?
Depends how you setup things. If you set a width/height configs it will always remain that size. If you use a layout like fit or hbox then you can have it adjust on window resize/orientation.