Skip to content

Commit

Permalink
fix: modified iframe files to allow fullscreen youtube mode (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-hope1975 authored Oct 9, 2024
1 parent fccf676 commit 5a42c4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/routes/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const meta = {
- In the below video, you can see that the chadrc file's ( user config ) UI related options reload on the fly

<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/xytzreFq_us" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="fullscreen"></iframe>
<iframe src="https://www.youtube.com/embed/xytzreFq_us" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

## Theme switcher
Expand All @@ -48,7 +48,7 @@ export const meta = {
- Think of it like workspaces on Linux/Windows where windows stay in their own workspaces, but in vim buffers from all tabs will be shown in every tab!

<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/V_9iJ96U_k8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="fullscreen;"></iframe>
<iframe src="https://www.youtube.com/embed/V_9iJ96U_k8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

## Term
Expand All @@ -64,7 +64,7 @@ export const meta = {
- Check [ui plugin docs](https://nvchad.com/docs/config/nvchad_ui#term)

<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/3DysWI_6YpQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="fullscreen;"></iframe>
<iframe src="https://www.youtube.com/embed/3DysWI_6YpQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>


Expand All @@ -85,7 +85,7 @@ export const meta = {
- command to toggle it : `NvCheatsheet` and mapping `leader + ch`

<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/IljDD4cjgKc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow='fullscreen;'></iframe>
<iframe src="https://www.youtube.com/embed/IljDD4cjgKc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

## Colorify
Expand Down Expand Up @@ -159,7 +159,7 @@ check `:h nvui.mason` for more info

- [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) is used along with cmp for completion and [`luasnip`](https://github.com/L3MON4D3/LuaSnip) + [`friendly-snippets`](https://github.com/rafamadriz/friendly-snippets) for snippet completion!
<div class="iframe-container">
<iframe src="https://www.youtube.com/embed/oMzMDXA-VO0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow='fullscreen;'></iframe>
<iframe src="https://www.youtube.com/embed/oMzMDXA-VO0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

<br/>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/news/v2.0_release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ So Whats new in this release?

- Now you can live-reload some parts of the UI table in chadrc.

<iframe src="https://www.youtube.com/embed/xytzreFq_us" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow="fullscreen"></iframe>
<iframe src="https://www.youtube.com/embed/xytzreFq_us" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

<br/>

Expand Down Expand Up @@ -96,7 +96,7 @@ So Whats new in this release?

![nvcheatsheet](/features/nvcheatsheet.webp)

<iframe src="https://www.youtube.com/embed/IljDD4cjgKc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allow='fullscreen;'></iframe>
<iframe src="https://www.youtube.com/embed/IljDD4cjgKc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Chadrc completion

Expand Down

0 comments on commit 5a42c4c

Please sign in to comment.