Skip to content

Commit 9623f64

Browse files
committed
carousel height workaround
1 parent cf3d2b1 commit 9623f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permalink: /
2828
{% for slide in site.carousel %}
2929
<div class="carousel-item{% if forloop.first %} active{% endif %}" >
3030
<div class="row align-self-center slide-div" style="margin:auto;height:100%">
31-
<img src="{{slide.splash | relative_url}}" style="margin:auto;object-fit:contain;width:100%;height:100%;max-width:1000px" alt="{{slide.title}}">
31+
<img src="{{slide.splash | relative_url}}" style="margin:auto;object-fit:contain;width:100%;height:100%;max-height:500px" alt="{{slide.title}}">
3232
</div>
3333
<div class="row align-self-center slide-div" style="margin:auto;height:100%;max-width:1000px" >
3434
<h1><a href="{{slide.url | relative_url}}">{{slide.title}}</a></h1>

0 commit comments

Comments
 (0)