Skip to content

Commit 4765a6e

Browse files
committed
changed lightbox feature
1 parent 42f571f commit 4765a6e

File tree

6 files changed

+600
-95
lines changed

6 files changed

+600
-95
lines changed

lib/modules/apostrophe-assets/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ module.exports = {
3131
{ name: 'apostrophe-overrides', when: 'user' },
3232
],
3333
scripts: [
34-
{ name: 'vendor/jquery-3.6.0.min', when: 'anon' },
3534
{ name: 'vendor/swiper-bundle.min' },
36-
{ name: 'vendor/featherlight.min' },
35+
{ name: 'vendor/infinity' },
3736
{ name: 'vendor/svg-inject.min' },
3837
{ name: 'vendor/materialize/vendor/cash' },
3938
{ name: 'vendor/materialize/components/component' },
@@ -46,6 +45,7 @@ module.exports = {
4645
{ name: 'vendor/materialize/components/dropdown' },
4746
{ name: 'vendor/materialize/components/forms' },
4847
{ name: 'vendor/materialize/components/modal' },
48+
{ name: 'vendor/materialize/components/materialbox' },
4949
{ name: 'vendor/materialize/components/parallax' },
5050
{ name: 'vendor/materialize/components/pushpin' },
5151
{ name: 'vendor/materialize/components/select' },

lib/modules/apostrophe-assets/public/css/components/cards.less

-7
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,5 @@
218218
max-height: 50vh;
219219
.anime-image {
220220
z-index: 4;
221-
// top: 30%;
222-
// transform: translate(0, -100%) scale(0.5);
223221
}
224-
// .anime-container {
225-
// .apos-rich-text-widget-wrapper {
226-
// margin-bottom: 2rem;
227-
// }
228-
// }
229222
}

lib/modules/apostrophe-assets/public/js/vendor/featherlight.min.js

-8
This file was deleted.

0 commit comments

Comments
 (0)