-
Notifications
You must be signed in to change notification settings - Fork 6
Create 2019-04-09-Unity入門-2019-.md #55
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
Conversation
|
|
||
#### Unity 入門 -2019- | ||
|
||
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR7lVkBVJCGLXYu-4RlkshHAdLCrxftDeTCWQ2TZb2tDXOb8spNhBEsKC0O5OUBqiB8WhNdEK8O1kpo/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これまでは width="480" height="299"
だったので合わせたほうがいいのでは?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
過去分も含めて直そうと思います
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
width="640" height="390"
でどうですか?
width
は、本文の横幅を決めてる inner
クラスが max-width: 640px;
となっているので、これで横いっぱいに表示できる。
https://github.com/prog-g/prog-g.github.io/blob/361a51c/_layouts/default.html#L47
https://github.com/pages-themes/slate/blob/v0.1.1/_sass/jekyll-theme-slate.scss#L264
スライドは 16:9 で作るとして、640/16*9=360 に操作バーの部分を足して height
は 390 でレターボックスが目立たずいい感じになりました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ではこのPRはこのままマージして、あとから全部まとめて 640x390 にするので良いですか?
やったこと