Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
HCS_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김성연
2020-06-24 20:24:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33fe4378e3d3c784325a9c3be1e5c07ddbf4ee32
33fe4378
1 parent
0d6869f8
데모 영상 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
_include/demo.html
_include/demo.html
0 → 100644
View file @
33fe437
<!-- <iframe width= "100%" height="315" src="https://www.youtube.com/embed/" frameborder="0" allowfullscreen></iframe> -->
<style>
.embed-container
{
position
:
relative
;
padding-bottom
:
56.25%
;
height
:
0
;
overflow
:
hidden
;
max-width
:
100%
;
}
.embed-container
iframe
,
.embed-container
object
,
.embed-container
embed
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
</style><div
class=
"embed-container"
><iframe
src=
"https://www.youtube.com/embed/"
frameborder=
"0"
allowfullscreen=
""
></iframe></div>
Please
register
or
login
to post a comment