diff options
| author | Mark Otto <[email protected]> | 2018-01-17 08:03:29 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-17 17:35:48 -0800 |
| commit | 6902219573c17edfda23f74fad03cfdf11c7030c (patch) | |
| tree | 4cfb83c1c48c4e3aacffcf24138a6d752d3d8928 /docs/4.0/examples/index.html | |
| parent | b00bbf0a56f15d0030a60316f941b297e27a2bfb (diff) | |
| download | bootstrap-6902219573c17edfda23f74fad03cfdf11c7030c.tar.xz bootstrap-6902219573c17edfda23f74fad03cfdf11c7030c.zip | |
Consistently sized 960x600 wide images.
Diffstat (limited to 'docs/4.0/examples/index.html')
| -rw-r--r-- | docs/4.0/examples/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/index.html b/docs/4.0/examples/index.html index c3c34646e..3bb984382 100644 --- a/docs/4.0/examples/index.html +++ b/docs/4.0/examples/index.html @@ -12,7 +12,7 @@ redirect_from: "/examples/" {% if forloop.first %}<div class="row">{% endif %} <div class="col-sm-6 col-md-4 col-xl-3 mb-3"> <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/{{ example.name | slugify }}/"> - <img class="img-thumbnail mb-3" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/{{ example.name | slugify }}.png" alt="{{ example.name }} screenshot" width="800" height="600"> + <img class="img-thumbnail mb-3" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/{{ example.name | slugify }}.png" alt="{{ example.name }} screenshot" width="960" height="600"> <h5 class="mb-1">{{ example.name }}</h5> </a> <p class="text-muted">{{ example.description }}</p> |
