์ด์ ๋ง๋ ์ฝ๋๊ฐ์ ๊ฒฝ์ฐ์๋ ๋ถํธ์คํธ๋ฉ์ ์ด์ฉํ์ง ์๊ณ ๋ด๊ฐ ์ง์ ๊ฒ์ํผ๋๋ฅผ ๋ง๋ค์๊ธฐ๋๋ฌธ์ ์ฌ์ง์ ํ์ฅ๋ง ๊ฒ์ํ ์ ์๋๋ก ๋์ด์์๋๋ฐ, ๋ฆฌํฉํ ๋ง์ ํ๋ค๋ณด๋ ์ฌ๋ฌ์ฅ ๊ฒ์ํ ์ ์๋ ๋ถํธํจ์ด ์์ด์ ๋ถํธ์คํธ๋ฉ์ carousel์ ์ ์ฉ์์ผฐ๋ค.
๐งฉ ์ ์ฉ์์
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="feed-img"
src="https://images.mypetlife.co.kr/content/uploads/2021/10/22152410/IMG_2087-scaled-e1634883900174-1024x739.jpg"
class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img class="feed-img"
src="http://www.songjs.com/files/attach/images/1800/667/459/7b1715231faf21abeca83cdfae628c78.jpg"
class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img class="feed-img"
src="https://images.mypetlife.co.kr/content/uploads/2021/12/06142637/sehee-park-473fli-b_Mo-unsplash-scaled-768x1024-2-edited.jpg"
class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" 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="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
๐ซ ์ฌ๊ธฐ์ ์๊ธด ๋ฌธ์ ๊ฐ ํ ๊ฐ์ง ์์๋ค.
๋ฐ๋ก ์ฌ์ง์ ์ฌ๋ฌ์ฅ ๊ฒ์ํ์๋ ์๋์ผ๋ก carousel์ด ๋์ด๊ฐ๋ฒ๋ฆฌ๋ ๊ฒ์ด๋ค. ๋ฐ๋ผ์ data-interval="false" ์์ฑ์ ์ด์ฉํด์ ์๋์ผ๋ก ์ฌ์ง์ด ๋์ด๊ฐ๋ ๊ฒ์ ๋ฐฉ์งํ๊ณ ์ค๋ก์ง ๋ค์ ํ์ดํ๋ฅผ ๋๋ ์๋ ๋์ด๊ฐ ์ ์๋๋ก ์กฐ์ ํ์๋ค.
์๋๋ชจ์์ ๋ถํธ์คํธ๋ฉ modal์ ์ด์ฉํ์๊ณ ,
๐งฉ ์ ์ฉ์์
<!-- ํผ๋๋ฐ์ค ์ฐ์ธก์๋จ ...๋ฒํผ-->
<div class="dotdotdot">
<button type="button"
style="margin: auto; color: black; height: 30px; background-color: transparent; border: 0px;"
class="btn btn-primary" data-toggle="modal"
data-target="#exampleModal">
<span class="material-symbols-outlined" style="cursor: pointer; padding-bottom: 30px;">more_horiz</span>
</button>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog"
aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" style="background-color: transparent" role="document">
<div class="modal-body" style="padding-top: 300px;">
<button type="button"
style="border:1px solid lightgrey ; width: 410px; height: 50px; color: crimson; border-top-left-radius: 20px; border-top-right-radius: 20px;">
<b>์ ๊ณ </b></button>
<button type="button"
style="border:1px solid lightgrey ; width: 410px; height: 50px;color: crimson;">
<b>ํ๋ก์ฐ ์ทจ์</b></button>
<button type="button" style="border:1px solid lightgrey ; width: 410px; height: 50px;">
๊ฒ์๋ฌผ๋ก ์ด๋
</button>
<button type="button" style="border:1px solid lightgrey ; width: 410px; height: 50px;">
๊ณต์ ๋์...
</button>
<button type="button" style="border:1px solid lightgrey ; width: 410px; height: 50px;">
๋งํฌ ๋ณต์ฌ
</button>
<button type="button" style="border:1px solid lightgrey ; width: 410px; height: 50px;">
ํผ๊ฐ๊ธฐ
</button>
<button type="button"
style="border:1px solid lightgrey ; width: 410px; height: 50px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;">
์ทจ์
</button>
</div>
</div>
</div>
์์ ์ฝ๋๋ฅผ ์์ฑํ์ฌ ์๋์ ๊ฐ์ด ๊ธฐ๋ณธ modal์ ์์ ํ๋ค.
์๋ ์ด๋ฏธ์ง ํด๋ฆญ์ ์ ํ๋ธ๋งํฌ๋ก ์ด๋ํฉ๋๋ค.
ํ์คํ ๊ฐ์ธํ๋ก์ ํธ๋ฅผ ํ ๋๋ ํ์๋ค์๊ฒ ๋ฏผํ๋ฅผ ๋ผ์น ์์๋ค!๋ ์๋ฐ๊ฐ์ด ์์ด์์ธ์ง ์ฌ์ ์ผ๋ก ์ฌ์ ๋ก์ ๋ค. ํ์ง๋ง ์ญ์ ํ๋ก์ ํธ๋ ํ์์ด ๊ฐ์ดํ ๋๊ฐ ๋ ์ฌ๋ฐ๋๊ฒ๊ฐ๋ค.๐
ํ๋ก ํธ๊ฐ๋ฐ๊ฐ์ ๊ฒฝ์ฐ์๋ ์ฌ๋ฌ๊ฐ์ง ์ํ์ฐฉ์ค๋ฅผ ๊ฑฐ์ณ์ผํ๊ธฐ๋๋ฌธ์ ์๊ฐ์ด ์ค๋๊ฑธ๋ฆฌ๊ธฐ๋ํ์ง๋ง ๋ด ํ์ผ๋ก ๊ฐ์น์๋ ๋ฌด์ธ๊ฐ๋ฅผ ๋ง๋ค์ด๋ธ๋ค๋ ๋๋์ ์ ๋ง ์ข์์ ํ๋ฃจ์ข
์ผ ์์์ ์๋ฉ์ด๋ฅผ ๋ถ์ด๊ณ ์์์์ด๋ ํ์ด ๋๋ ๊ฒ ๊ฐ๋ค.
๐ ์์ธํ ์ฝ๋๋ Moonmoo ์ ๊ฒ์ํ์ต๋๋ค
์๋
ํ์ธ์ ์์ฃผ๋, ๊น์คํ ํํฐ์
๋๋ค!
์ฝ๋๋ฅผ ์ดํด๋ณด์๋๋ฐ์, ๋ช ๊ฐ์ง ๋ถ๋ถ๋ง ๋ณด์ํ์๋ฉด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค.
์ด์ธ์๋ ์ ์์ฑํ์ จ์ต๋๋ค. ์๊ณ ๋ง์ผ์ จ์ด์!
ํญ์ ๊ทน๋ฝํด๋ด์๋ ๋ช ์ฃผ๋
๋จ๊ณผ ๋น๊ตํ์ง๋ง์๊ฐ ์๋ฟ์ต๋๋ค ใ ใ
2์ฃผ๋์ ๊ณ ์ํ์ ง์ด์ ใ ใ ํน์ฌ์๊ณ ๋ด์ฃผ์ ๋ด์!