Skip to content

Commit e0f763e

Browse files
committed
deploy: dd49909
1 parent 492f846 commit e0f763e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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%" />

js/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)