작성
·
251
답변 1
0
lightbox가 이미지 갤러리를 위해 만들어진 것이기는 하지만 html 파일도 갤러리 형태로 보여줄 수 있습니다.
▼ 이미지 갤러리로 사용하기
<div uk-lightbox>
<a href="portfolio-01.jpg"></a>
<a href="portfolio-02.jpg"></a>
<a href="portfolio-03.jpg"></a>
</div>
▼ html 갤러리로 사용하기
<div uk-lightbox>
<a href="portfolio/website/01/index.html" data-alt="iframe"></a>
<a href="portfolio/website/02/index.html" data-alt="iframe"></a>
<a href="portfolio/website/03/index.html" data-alt="iframe"></a>
</div>
⚡자세한 사용방법은 아래 공식홈페이지에서 보실 수 있습니다.
https://getuikit.com/docs/lightbox
⚡UIkit의 상세한 활용법 및 실전예제는 코딩웍스 강의로 준비되어 있으니 강의소개 한번 보세요~
감사합니다!