Added toggle for direction and double page view

This commit is contained in:
meet-k-pandya
2022-09-13 00:17:35 +05:30
parent 9b4bc7937f
commit f683288429
8 changed files with 218 additions and 39 deletions
+17
View File
@@ -13,5 +13,22 @@
.swiper-slide-img {
max-height: 100%;
max-width: 100%;
height: 100%;
width: 100%;
object-fit: contain;
}
.swiper-pagination {
width: max-content;
background: #fff;
color: #000;
padding: 2px 5px 2px 5px;
left: 50%;
transform: translate(-50%, 0%);
text-shadow: 0 0 20px #fff;
}
.actionButtons > button:hover {
background: #fff;
}
}