|
You are here |
jackharvest.com | ||
| | | | |
blog.alexbeals.com
|
|
| | | | | My brother has a website (https://spencerbeals.com, go buy some art!) which uses Wix. There's a product page view where you can see multiple images of a given piece and click to zoom in, but the gallery images are somehow lower resolution than the non-zoomed version, making for a pretty bad user experience. I couldn't find anyway to change this in the tool (or even any forums with people asking about this) but luckily we can fix it with Javascript. | |
| | | | |
geoffrich.net
|
|
| | | | | Conditional wrappers, native page transitions, an action to detect focus leaving, and a recursive action. | |
| | | | |
www.maxpou.fr
|
|
| | | | | Learn how to integrate Giscus (GitHub-powered comments), into your Astro blog. How to deal with dark mode and styles customization. | |
| | | | |
alexmuraro.me
|
|
| | | I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...] | ||