From: XhmikosR Date: Mon, 1 Apr 2024 18:54:56 +0000 (+0300) Subject: docs: resize docs bundler images and fix dimensions (#39824) X-Git-Tag: v5.3.4~185 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba73ed6906226b9b6be37b01b91bc1a473417b28;p=thirdparty%2Fbootstrap.git docs: resize docs bundler images and fix dimensions (#39824) The dimensions must be of the non-2x image. --- diff --git a/site/content/docs/5.3/getting-started/parcel.md b/site/content/docs/5.3/getting-started/parcel.md index 4291f76cc0..73de599c97 100644 --- a/site/content/docs/5.3/getting-started/parcel.md +++ b/site/content/docs/5.3/getting-started/parcel.md @@ -7,7 +7,7 @@ toc: true thumbnail: guides/bootstrap-parcel@2x.png --- - + {{< callout >}} **Want to skip to the end?** Download the source code and working demo for this guide from the [twbs/examples repository](https://github.com/twbs/examples/tree/main/parcel). You can also [open the example in StackBlitz](https://stackblitz.com/github/twbs/examples/tree/main/parcel?file=index.html) but not run it because Parcel isn't currently supported there. diff --git a/site/content/docs/5.3/getting-started/vite.md b/site/content/docs/5.3/getting-started/vite.md index 029a22c8a9..380f56bc8b 100644 --- a/site/content/docs/5.3/getting-started/vite.md +++ b/site/content/docs/5.3/getting-started/vite.md @@ -10,7 +10,7 @@ added: version: "5.2" --- - + {{< callout >}} **Want to skip to the end?** Download the source code and working demo for this guide from the [twbs/examples repository](https://github.com/twbs/examples/tree/main/vite). You can also [open the example in StackBlitz](https://stackblitz.com/github/twbs/examples/tree/main/vite?file=index.html) for live editing. diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 01899643d7..af1cbfa832 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -7,7 +7,7 @@ toc: true thumbnail: guides/bootstrap-webpack@2x.png --- - + {{< callout >}} **Want to skip to the end?** Download the source code and working demo for this guide from the [twbs/examples repository](https://github.com/twbs/examples/tree/main/webpack). You can also [open the example in StackBlitz](https://stackblitz.com/github/twbs/examples/tree/main/webpack?file=index.html) for live editing. diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png b/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png index 4cfa46cf36..50fc799513 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png differ diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png b/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png index 4f71658790..fe0ec4c638 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png differ diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png b/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png index a290110e7d..de4cad7343 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png differ diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png b/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png index 5fe40c526d..f8d4858088 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png differ diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png b/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png index 189b7f494b..c7be9fc390 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png differ diff --git a/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png b/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png index 7006386f0b..be6b5fb0a1 100644 Binary files a/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png and b/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png differ