Skip to content

Commit dd6280e

Browse files
committed
Merge pull request twbs#16922 from twbs/expo_img
Smaller local Expo screenshots
2 parents 5c02844 + 32f9b62 commit dd6280e

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

docs/assets/img/expo-lyft.jpg

156 KB
Loading

docs/assets/img/expo-newsweek.jpg

197 KB
Loading

docs/assets/img/expo-riot.jpg

158 KB
Loading

docs/assets/img/expo-vogue.jpg

194 KB
Loading

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
5959
{% for showcase in site.data.showcase %}
6060
<div class="col-xs-6 col-sm-3">
6161
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
62-
<img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive">
62+
<img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-responsive">
6363
</a>
6464
</div>
6565
{% endfor %}

0 commit comments

Comments
 (0)