aboutsummaryrefslogtreecommitdiff
path: root/site/static/docs/5.3/assets/img
AgeCommit message (Collapse)AuthorFilesLines
2024-07-23Further image compression improvements (#40639)XhmikosR17-0/+0
2024-04-01docs: resize docs bundler images and fix dimensions (#39824)XhmikosR6-0/+0
The dimensions must be of the non-2x image.
2024-03-19Further improve PNG compression (#39773)XhmikosR17-0/+0
2023-12-17Minor image compression improvements (#39503)XhmikosR40-0/+0
2023-10-02Update faviconXhmikosR1-0/+0
2023-08-22Further improve image compression with oxipng and the latest jpegoptim (#39037)XhmikosR28-0/+0
2023-04-11Slightly improve PNG files compression (#38438)XhmikosR23-0/+0
Used oxipng v8.0.0 with `oxipng -omax -Z`. Before: 331 KB (339.560 bytes) After: 329 KB (337.647 bytes)
2023-03-19Slightly improve examples PNG files (#38270)XhmikosR9-0/+0
Before: 97,4 KB (99.758 bytes) After: 94,2 KB (96.512 bytes)
2023-02-15Reduce size of guide dev server images (#37741)Julien Déramond6-0/+0
* Reduce size of guide dev server images * Optimised images with calibre/image-actions * Lossy compress new images --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2023-02-14WIP: New snippet examples (#36309)Mark Otto8-0/+0
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
2023-01-16Update grid examplelouismaximepiton2-0/+0
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR101-0/+23
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>