File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -428,6 +428,9 @@ video {
428428 --tw-backdrop-saturate : ;
429429 --tw-backdrop-sepia : ;
430430}
431+ .visible {
432+ visibility : visible;
433+ }
431434.fixed {
432435 position : fixed;
433436}
@@ -623,6 +626,12 @@ body {
623626}
624627
625628/* 拡大パネル */
629+ .zoomPhotoPanel {
630+ background-color : # 000 ;
631+ width : 100% ;
632+ height : 100% ;
633+ }
634+
626635.zoomPhotoPanel .prev a : before {
627636 content : "" ;
628637 display : inline-block;
Original file line number Diff line number Diff line change @@ -279,7 +279,8 @@ <h3>スマホ向け:カルーセルあり、スワイプ可</h3>
279279 </ div >
280280
281281 < h3 > 1ページ5枚:カルーセルあり(縦方向)</ h3 >
282- < div class ="isystk-slider zoom-slider-vertical " data-shift ="5 " data-carousel ="true " data-vertical ="true " style =" width: 236px; ">
282+ < div class ="isystk-slider zoom-slider-vertical " data-shift ="5 " data-carousel ="true " data-vertical ="true "
283+ style ="height: 643px; width: 236px; ">
283284 < div class ="view-layer-vertical ml-8 " style =" width: 175px; ">
284285 < ul class ="parent ">
285286 < li class ="child ">
@@ -331,7 +332,7 @@ <h3>1ページ5枚:カルーセルあり(縦方向)</h3>
331332
332333 < h3 > スマホ向け:カルーセルあり、スワイプ可(縦方向)</ h3 >
333334 < div class ="isystk-slider " data-shift ="1 " data-carousel ="true " data-swipe ="true " data-responsive ="true " data-vertical ="true ">
334- < div class ="view-layer-responsive " >
335+ < div class ="view-layer-responsive " style =" height: 350px; " >
335336 < ul class ="parent ">
336337 < li class ="child ">
337338 < img src ="./images/photo1.jpg " alt ="写真1 " width ="100% " />
You can’t perform that action at this time.
0 commit comments