kirby3-srcset
kirby3-srcset copied to clipboard
Kirby 3 Plugin for creating lazyloading image srcset
I've an issue with the custom tag that will be injected if markdown extra is enabled. This inevitability is an issue when working with css grid as it breaks the...
Bumps [getkirby/cms](https://github.com/getkirby/kirby) from 3.5.5 to 3.5.8. Release notes Sourced from getkirby/cms's releases. 3.5.8 Security release This security release fixes two cross-site scripting (XSS) vulnerabilities from writer field and image block...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Question** Override default Kibytext image tag ``` (image: myfile.jpg) ``` **Answer** Overriding even just as an option might conflict with various other plugins. Create a kirbytext:before hook and do a...
**Question:** Why are the images lowrez/pixelated on first load using lazysizes auto-size option? **Answer:** - make sure you have the css applied `img[data-sizes="auto"] { display: block; width: 100%; }` -...