forked from Mirrors/bubbletea
docs: picture tag is causing display issues on Firefox
This commit is contained in:
parent
39381647f1
commit
bc2befecca
|
@ -11,11 +11,9 @@ The fun, functional and stateful way to build terminal apps. A Go framework
|
||||||
based on [The Elm Architecture][elm]. Bubble Tea is well-suited for simple and
|
based on [The Elm Architecture][elm]. Bubble Tea is well-suited for simple and
|
||||||
complex terminal applications, either inline, full-window, or a mix of both.
|
complex terminal applications, either inline, full-window, or a mix of both.
|
||||||
|
|
||||||
<picture>
|
<p>
|
||||||
<source media="(max-width: 800px)" srcset="https://stuff.charm.sh/bubbletea/bubbletea-example.gif?0">
|
<img src="https://stuff.charm.sh/bubbletea/bubbletea-example.gif" width="100%" alt="Bubble Tea Example">
|
||||||
<source media="(min-width: 800px)" width="800" srcset="https://stuff.charm.sh/bubbletea/bubbletea-example.gif?0">
|
</p>
|
||||||
<img src="https://stuff.charm.sh/bubbletea/bubbletea-example.gif?0" alt="Bubble Tea Example">
|
|
||||||
</picture>
|
|
||||||
|
|
||||||
Bubble Tea is in use in production and includes a number of features and
|
Bubble Tea is in use in production and includes a number of features and
|
||||||
performance optimizations we’ve added along the way. Among those is a standard
|
performance optimizations we’ve added along the way. Among those is a standard
|
||||||
|
|
Loading…
Reference in New Issue