mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
24 lines
637 B
Vue
24 lines
637 B
Vue
|
|
<template>
|
||
|
|
<div style="overflow:hidden;height:100%;width:100%" height="100%" width="100%">
|
||
|
|
<iframe src="docs/index.html" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<!-- <iframe src="test.html" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe> -->
|
||
|
|
|
||
|
|
<style scoped>
|
||
|
|
.videoClass {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.videoClass img {
|
||
|
|
padding-top: 10px;
|
||
|
|
height: auto !important;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.colsClass {
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
</style>
|