Fix video rendering on docs (#14764)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2024-07-18 13:34:25 -06:00
committed by GitHub
parent cb217381ce
commit f15a441c9d
2 changed files with 171 additions and 151 deletions
+8 -1
View File
@@ -4,7 +4,14 @@ One of the superpowers Zed gives you is the ability to edit multiple files simul
## Editing in a multibuffer
![Editing the results of a search multibuffer.](https://customer-snccc0j9v3kfzkif.cloudflarestream.com/bda0a6584c19f4b39e58a263c0ae4358/downloads/default.mp4)
<div class="video" style="position: relative; padding-top: 71.71314741035857%;">
<iframe
src="https://customer-snccc0j9v3kfzkif.cloudflarestream.com/bda0a6584c19f4b39e58a263c0ae4358/iframe?muted=true&preload=true&loop=true&autoplay=true&poster=https%3A%2F%2Fcustomer-snccc0j9v3kfzkif.cloudflarestream.com%2Fbda0a6584c19f4b39e58a263c0ae4358%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600&controls=false"
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
allowfullscreen="true"
></iframe>
</div>
Editing a multibuffer is the same as editing a normal file. Changes you make will be reflected in the open copies of that file in the rest of the editor, and you can save all files with `editor: Save` (bound to `cmd-s` on macOS, `ctrl-s` on Windows/Linux, or `:w` in Vim mode).