Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
- Text changes
- Added `frameborder=0` for embed script
- Styling fixes
  • Loading branch information
vasanthv committed Dec 26, 2024
1 parent 666c8b2 commit 10a7516
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion EMBED.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Hello can be embedded in any webpage using iFrame as shown below. [Demo link](https://hello-demo-embed.surge.sh/)

```
<iframe src="https://hello.vasanthv.me/your-channel-here?nameJohn&theme=F22952" allow="camera; microphone" seamless width="480" height="640"></iframe>
<iframe src="https://hello.vasanthv.me/your-channel-here?nameJohn&theme=F22952" allow="camera; microphone" seamless width="480" height="640" frameBorder="0"></iframe>
```

Hello supports the following URL params.
Expand Down
2 changes: 1 addition & 1 deletion views/faq.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="bold">Can I embed Hello to my website?</div>
<p>
Yes, you can embed any Hello channel to your website using iframe. You can find the
<a href="https://github.com/vasanthv/hello/blob/master/EMBED.md" target="_blank" class="blue"
<a href="https://github.com/vasanthv/hello/blob/master/EMBED.md" target="_blank" class="underline"
>instructions here</a
>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="wrap">
<br />
<div class="row title">Hello</div>
<div class="row bold">A free video chat app for the web.</div>
<div class="row bold">A free video chat for the web.</div>
<div class="row">
<p>A frictionless peer-to-peer video chat app for the web that can be embedded in any web page.</p>
<p>No sign-ups. No downloads. 100% free.</p>
Expand Down
4 changes: 0 additions & 4 deletions www/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ button:focus {
.flex-1 {
flex: 1;
}
img.talking {
height: 1rem;
margin-left: 0.25rem;
}

#joinBox {
position: relative;
Expand Down

0 comments on commit 10a7516

Please sign in to comment.