初心者です。
https://www.airbnb.jp/host/homes?_set_bev_on_new_domain=1618780690_NzRiY2FmMDQ5MzE2
上記をコード模写しています。
スマートフォン用のサイズにしたとき、
ページ上部から少し下にある、
「ホスティングで広がる可能性」
「安心のホスティング」
をカルーセルで切り替えできるところが
再現できません。
下記、bootstrapを使用してみましたが、
カルーセル自体はうまくできましたが、
中身の変更ができませんでした。
<div id="rs" class="carousel slide col-12 p-0 d-md-none" data-ride="carousel" data-interval="false"> <!-- falseでcarouselExampleIndicato自動スライドOFF --> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> </ol> <div class="carousel-inner"> <div class="carousel-item active"> <svg class="bd-placeholder-img bd-placeholder-img-lg d-block w-100" width="800" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: First slide"><title>Placeholder</title><rect width="100%" height="100%" fill="#777"/><text x="50%" y="50%" fill="#555" dy=".3em">First Slide</text></svg> </div> <div class="carousel-item"> <svg class="bd-placeholder-img bd-placeholder-img-lg d-block w-100" width="800" height="400" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Second slide"><title>Placeholder</title><rect width="100%" height="100%" fill="#666"/><text x="50%" y="50%" fill="#444" dy=".3em">Second slide</text></svg> </div> </div> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <!-- <span class="carousel-control-prev-icon" aria-hidden="true"></span> ※戻るアイコン--> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> <!-- <span class="carousel-control-next-icon" aria-hidden="true"></span> ※次へアイコン --> <span class="sr-only">Next</span> </a> </div>
何かいい方法がないかと
検索してみるのですが、見当がつきません。
bootstrap以外でもいいので、何かいい方法があれば
教えていただけると幸いです。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/29 08:45
2021/04/29 08:46