Skip to content

Commit 9cfbcdd

Browse files
committed
Fix docs
1 parent 631189f commit 9cfbcdd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pages/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,19 +306,19 @@ If you have slides with different heights you need to specify the maxHeight to b
306306

307307
<div>
308308
<ReactSlidy imageObjectFit="contain">
309-
<img src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
310-
<img src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
311-
<img src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
309+
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
310+
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
311+
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
312312
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1982123.jpg" />
313313
</ReactSlidy>
314314
</div>
315315

316316
```js showButton
317317
<div>
318318
<ReactSlidy imageObjectFit="contain">
319-
<img src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
320-
<img src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
321-
<img src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
319+
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
320+
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
321+
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
322322
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1982123.jpg" />
323323
</ReactSlidy>
324324
</div>

0 commit comments

Comments
 (0)