aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-13 14:27:37 +0300
committerXhmikosR <[email protected]>2019-07-17 16:21:47 +0300
commit506282fb9eb693901f7b2ee06ceceae6704fa4da (patch)
treea49d1144a250d2d72bf1ef64c639b3b45c3d3e47
parente864f65789ed5847b29f31a21e493dd8bef1490b (diff)
downloadbootstrap-506282fb9eb693901f7b2ee06ceceae6704fa4da.tar.xz
bootstrap-506282fb9eb693901f7b2ee06ceceae6704fa4da.zip
Use the responsive themes image.
-rw-r--r--site/layouts/partials/home/masthead-followup.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index 0294fc067..4bbdc6a3c 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -44,7 +44,9 @@
</p>
<a class="btn btn-lg btn-outline-primary mb-4" href="{{ .Site.Params.themes }}/">Browse themes</a>
<div class="mx-5 border-bottom">
- <img class="img-fluid mt-3 mx-auto" src="/docs/{{ .Site.Params.docs_version }}/assets/img/[email protected]" alt="Bootstrap Themes" width="600">
+ <img class="img-fluid mt-3 mx-auto" srcset="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png,
+ /docs/{{ .Site.Params.docs_version }}/assets/img/[email protected] 2x"
+ src="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="500" height="200">
</div>
</div>