-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,30 +63,3 @@ After running the notebook, you'll find the following files in your folder: | |
::: tip | ||
Need guidance in further customising your scanpath visualisations? Reach out to us via email at [[email protected]](mailto:[email protected]), on our [Discord server](https://pupil-labs.com/chat/), or visit our [Support Page](https://pupil-labs.com/products/support/) for dedicated support options. | ||
::: | ||
|
||
<style scoped> | ||
img, iframe { | ||
width: 100%; | ||
height: 100%; | ||
object-fit: contain; | ||
box-sizing: border-box; | ||
} | ||
|
||
.iframe-container2 { | ||
position: relative; | ||
width: 100%; | ||
padding-bottom: 75%; | ||
margin-bottom: 10px; | ||
height: 0; | ||
margin-left: 0; | ||
margin-right: 0; | ||
} | ||
|
||
.iframe-container2 iframe { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
</style> |