Merge pull request #16922 from twbs/expo_img
Smaller local Expo screenshots
This commit is contained in:
commit
dd6280e1c2
5 changed files with 1 additions and 1 deletions
BIN
docs/assets/img/expo-lyft.jpg
Normal file
BIN
docs/assets/img/expo-lyft.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 KiB |
BIN
docs/assets/img/expo-newsweek.jpg
Normal file
BIN
docs/assets/img/expo-newsweek.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
BIN
docs/assets/img/expo-riot.jpg
Normal file
BIN
docs/assets/img/expo-riot.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
BIN
docs/assets/img/expo-vogue.jpg
Normal file
BIN
docs/assets/img/expo-vogue.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
|
|
@ -59,7 +59,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
|||
{% for showcase in site.data.showcase %}
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
|
||||
<img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive">
|
||||
<img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive">
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue