diff --git a/assets/pipewire.gif b/assets/pipewire.gif new file mode 100644 index 0000000000000000000000000000000000000000..6dd2f0c7b99bb1c23f4ad14944053d6fafe9edfd Binary files /dev/null and b/assets/pipewire.gif differ diff --git a/index.md b/index.md index ae87332c2fc866a2bbf533cfffc84920655f2dbd..c35cb5a1a149cde2d550228ab84aa91cf9253e6a 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,8 @@ --- layout: default --- +{:.full.pixels} + [PipeWire](https://gitlab.freedesktop.org/pipewire/pipewire) is a project that aims to greatly improve handling of audio and video under Linux. It provides a low-latency, graph based processing engine on top of audio and video devices that can be used to support the use cases currently handled by both pulseaudio and JACK. PipeWire was designed with a powerful security model that makes interacting with audio and video devices from containerized applications easy, with supporting Flatpak applications being the primary goal. Alongside Wayland and Flatpak we expect PipeWire to provide a core building block for the future of Linux application development. diff --git a/style.css b/style.css index e815a3ec0f917b1cdd148454d615483fb802db48..77daf1c1b0b82d464b953e9ededc9ed4599372e7 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,15 @@ hr { opacity: 40%; } +img { + display: block; + margin: 2rem auto; + max-width: 100%; + } + img.full { width: 100%; } + img.pixels { image-rendering: pixelated; } + + /* Layout */ .container { width: 80%;