File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments