From 2ba7dae3c080c5fac21f4d7f1663c8f524fefb26 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 21:48:31 +0300 Subject: Add a render image hook (#39768) Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images --- site/content/docs/5.3/getting-started/webpack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/content/docs/5.3/getting-started/webpack.md') diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 39adaf61a..01899643d 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -141,7 +141,7 @@ With dependencies installed and our project folder ready for us to start coding, npm start ``` - Webpack dev server running + ![Webpack dev server running](/assets/img/guides/webpack-dev-server.png) In the next and final section to this guide, we'll set up the Webpack loaders and import all of Bootstrap's CSS and JavaScript. @@ -244,7 +244,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first 4. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this: - Webpack dev server running with Bootstrap + ![Webpack dev server running with Bootstrap](/assets/img/guides/webpack-dev-server-bootstrap.png) Now you can start adding any Bootstrap components you want to use. Be sure to [check out the complete Webpack example project](https://github.com/twbs/examples/tree/main/webpack) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need. -- cgit v1.2.3