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

영상 표출 관련 #108

Open
gaon12 opened this issue May 17, 2020 · 0 comments
Open

영상 표출 관련 #108

gaon12 opened this issue May 17, 2020 · 0 comments

Comments

@gaon12
Copy link

gaon12 commented May 17, 2020

  1. 영상 삽입시 유튜브는 전체화면이 불가능합니다.

https://github.com/librewiki/liberty-engine/blob/master/extensions/embed-video/index.js에서

7번째 줄

return <iframe class="embed-video embed-video-youtube" src="//www.youtube-nocookie.com/embed/${id}" width="${width}" height="${height}"> </iframe>;

return <iframe class="embed-video embed-video-youtube" src="//www.youtube-nocookie.com/embed/${id}" width="${width}" height="${height}" allowfullscreen > </iframe>;

으로 수정해서 전체화면으로 사용 가능하게 해주시면 감사하겠습니다.

  1. 영상의 높이가 index.js에 명시된 높이를 무시하고 weight 640 기준 height가 150이 나옵니다.
    이부분의 수정이 필요합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant