Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iframe wrapper doesn't work properly #81

Open
akpp28 opened this issue Sep 23, 2019 · 0 comments
Open

iframe wrapper doesn't work properly #81

akpp28 opened this issue Sep 23, 2019 · 0 comments

Comments

@akpp28
Copy link

akpp28 commented Sep 23, 2019

I want my uploaded video to be of 100% width and the height should remain proportional.
In order to reach it, I use flag "config.youtube_responsive = true;".
After I've uploaded video, I want to add some text. In order to do that I click on the right side of the image and start typing.
As the result I get the following: div with class "youtube-embed-wrapper" copies each time when I click “enter”. Due to this, big indentations are left in the text:

<div class="youtube-embed-wrapper" style="...">
	<iframe ...>...</iframe>
</div>

<div class="youtube-embed-wrapper" style="...">my text</div> **(is created after press enter)**
<div class="youtube-embed-wrapper" style="...">my text2</div> **(is created after press enter)**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants