Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Jan 27, 2020
1 parent 631189f commit 9cfbcdd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,19 +306,19 @@ If you have slides with different heights you need to specify the maxHeight to b

<div>
<ReactSlidy imageObjectFit="contain">
<img src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
<img src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
<img src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1982123.jpg" />
</ReactSlidy>
</div>

```js showButton
<div>
<ReactSlidy imageObjectFit="contain">
<img src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
<img src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
<img src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1873819.jpg" />
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/02/12/19402331/2108283.jpg" />
<img style={{maxHeight: '300px'}}src="https://d.fotocasa.es/promotion/2018/03/26/19414824/2152752.jpg" />
<img style={{maxHeight: '300px'}} src="https://d.fotocasa.es/promotion/2017/03/23/19298958/1982123.jpg" />
</ReactSlidy>
</div>
Expand Down

1 comment on commit 9cfbcdd

@vercel
Copy link

@vercel vercel bot commented on 9cfbcdd Jan 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.