-
### What version of `astro` are you using?
2.8.0
### Are you using an SSR adapter? If so, which one?
static
### What package manager are you using?
pnpm
### What operating system are you using?…
-
Is there any way to support new features (zoom, flex...) but to enable them on some posts only?
`add_theme_support` doesn't allow to use post ids, and there's no way to destroy Flex carousel once …
-
Thank you for sharing this theme with a lot features. Wonder if you plan to support
https://github.com/dimsemenov/photoswipe ?
Thank you.
-
How can I get the item from the slide if either the `beforeChange` or `afterChange` event is fired?
So rather than:
`pswp.listen('afterChange', function() { });`
It be:
`pswp.listen('afterChange',…
-
I used it for this and really liked it: https://simonwillison.net/2022/May/16/weeknotes/
-
Thank you for writing this great software!
I am looking to include photoswipe to modernise an old website.
Using the UMD version makes it very easy to build and deploy the website by only includ…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
I noticed that, if Javascript is disabled, the bigimg on the home page of a website using this theme doesn't display, instead showing a blank box.
As an example, using the exampleSite with the tria…
-
Requested by https://github.com/1712n/dn-institute/issues/203#issuecomment-1670496658
-
Is there a way to update the current picture displayed.
The use case here is that I added a button in the gallery to rotate the picture. So the picture is rotated on the server side but then I would …