Skip to content

Commit

Permalink
Merge pull request #240 from Dataport/fix/image-visibility-in-chromiu…
Browse files Browse the repository at this point in the history
…m-snowbox-example

fix image visibility in chromium snowbox example
  • Loading branch information
warm-coolguy authored Feb 20, 2025
2 parents de516a1 + 4b52184 commit dd5bbe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions packages/clients/snowbox/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
}

#vuex-target-export-result {
width: 100%;
height: var(--map-height);
display: block;
width: 50%;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -112,7 +111,7 @@ <h2>Example for programmatic information binding</h2>
</p>
<p>
Map export:
<embed id="vuex-target-export-result">
<img id="vuex-target-export-result">
</p>
<script type="module" src="./client-snowbox.js"></script>
<script>
Expand Down
7 changes: 3 additions & 4 deletions packages/clients/snowbox/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
}

#vuex-target-export-result {
width: 100%;
height: var(--map-height);
display: block;
width: 50%;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -113,7 +112,7 @@ <h2>Example for programmatic information binding</h2>
</p>
<p>
Map export:
<embed id="vuex-target-export-result">
<img id="vuex-target-export-result">
</p>
<script type="module" src="./polar-client.ts"></script>
<script>
Expand Down

0 comments on commit dd5bbe7

Please sign in to comment.