feat(components): Add lightgallery library
Add external library until I develop a custom ligthbox closes #20
This commit is contained in:
parent
5a4c64ed21
commit
a6f9ce9647
8 changed files with 491 additions and 784 deletions
|
|
@ -79,3 +79,14 @@ li:not(:last-child) {
|
|||
background-color: var(--prj--primary-bg);
|
||||
color: var(--prj--primary-text);
|
||||
}
|
||||
|
||||
/* Lightgallery iframe fix */
|
||||
.lg-has-iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
.lg-object {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue