-
-
Notifications
You must be signed in to change notification settings - Fork 79k
docs: image updates #27672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: image updates #27672
Changes from all commits
dccd17d
df906a1
4f934ff
fa480ad
f7eb2c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| <div class="container"> | ||
| <div class="row align-items-center"> | ||
| <div class="col-6 mx-auto col-md-6 order-md-2"> | ||
| <img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-stack.png" alt="" width="1024" height="860"> | ||
| {% include icons/bootstrap-stack.svg width="512" height="430" class="img-fluid mb-3 mb-md-0" %} | ||
| </div> | ||
| <div class="col-md-6 order-md-1 text-center text-md-left pr-md-5"> | ||
| <h1 class="mb-3 bd-text-purple-bright">Bootstrap</h1> | ||
|
|
@@ -80,7 +80,9 @@ <h3>Official Themes</h3> | |
| <p> | ||
| Take Bootstrap 4 to the next level with official premium themes—toolkits built on Bootstrap with new components and plugins, docs, and build tools. | ||
| </p> | ||
| <img class="img-fluid mt-3 mx-auto" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="1024" height="388"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can save some bandwidth if we use a
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Last time I tried, we didn't save a lot with JPG 80%.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MartijnCuppens: I'm gonna merge this as is for now, but feel free to experiment with JPG for the themes image and example images later. |
||
| <img class="img-fluid mt-3 mx-auto" srcset="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes.png, | ||
| {{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes@2x.png 2x" | ||
| src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="500" height="200"> | ||
| <hr class="half-rule"> | ||
| <a href="{{ site.themes }}/" class="btn btn-outline-primary">Browse themes</a> | ||
| </div> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.