aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-26 11:04:25 +0300
committerGitHub <[email protected]>2017-09-26 11:04:25 +0300
commit508dde0e332f1ea30a9d205df0eb9b75074d5039 (patch)
treeda0b28db1875bf5d0eb5ad9ae64f142be1f4ca26
parent5fc5485ed1aa62481cfb387cf38eff8be414cbd2 (diff)
downloadbootstrap-508dde0e332f1ea30a9d205df0eb9b75074d5039.tar.xz
bootstrap-508dde0e332f1ea30a9d205df0eb9b75074d5039.zip
Add image dimensions in stack image. (#24100)
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 264b4f627..268ebeff8 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ layout: home
<div class="container">
<div class="row align-items-center">
<div class="col-6 mx-auto col-md-6 order-md-2">
- <img src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="" class="img-fluid mb-3 mb-md-0">
+ <img class="img-fluid mb-3 mb-md-0" src="{{ site.baseurl }}/assets/img/bootstrap-stack.png" alt="Bootstrap Stack image" width="1024" height="860">
</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>