Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-17 | Add width and height attrs for local images | Sangeeth Sudheer | |
Image render hook now computes width/height of local images and adds them as attributes. This patch also adds relevant CSS changes to prevent stretchy images. The main reason for this change is to avoid content shifts when images load. Without providing width/height, browser doesn't have info to know the aspect ratio to reserve some space until the image loads. With this change, browser knows the intrinsic size and aspect-ratio to reserve space and avoid content shifts in the page. I believe this also fixes an issue I face in Safari where sometimes, an image below the fold wouldn't load and thus have zero height because it has loading="lazy". To avoid images getting stretched and images overflow/filling the entire screen when their intrinsic size is larger than the container size, I've added some CSS. A configurable `max-height` is present which is used for `figure img` elements. This especially helps when you have tall images like mobile screenshots. | |||
2024-10-30 | Add small to header p | Francesco | |
2024-10-29 | Add font-family fallback and optimize font loading | Sangeeth Sudheer | |
Optimized font loading by adding `font-display: swap`. Additionally, moved font-family values into CSS variables. | |||
2024-10-28 | Make header title a link to base URL (home page) | Sangeeth Sudheer | |
This is a common pattern found in many sites. I've also added styling to remove the underline. | |||
2024-07-07 | Updated quote CSS | Francesco | |
2024-06-29 | Color pallettes and hide header mode | Francesco | |
2024-06-24 | Pagination on single posts | Francesco | |
2024-06-09 | Added color palettes | Francesco | |
2024-05-23 | Blockquote css | Francesco | |
2024-05-23 | Tables styling | Francesco | |
2024-05-23 | Image tags for sizing | Francesco | |
2024-05-21 | Minor | Francesco | |
2024-05-21 | Minor | Francesco | |
2024-05-20 | Increased font to match Medium-like size, fixed code missing padding on scroll | Francesco | |
2024-05-19 | Secondary color, tweaked width | Francesco | |
2024-05-16 | Back to top button | Francesco | |
2024-05-11 | Minor | Francesco | |
2024-05-11 | Breadcrumbs and tags | Francesco | |
2024-05-06 | Breadcrumbs tmp | Francesco | |
2024-05-01 | Cleanup | Francesco | |
2024-05-01 | Added custom css | Francesco | |
2024-04-30 | Added list summaries configuration, tweaked social icons margin on mobile | Francesco | |
2024-04-29 | Fixed overflow on Katex for mobile, woff2 for Literata | Francesco | |
2024-04-24 | Minor | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Initial | Francesco | |