Front-end

6 posts

2021

Animate scrolling to an element in Javascript

How to smoothly scroll to an element in JavaScript using scrollIntoView with the behavior option.

Changing the URL hash without scrolling in Javascript

How to change the URL hash in JavaScript without the page scrolling to the anchor element.

Delay Google Analytics to improve Pagespeed Insights score

How to delay loading Google Analytics to improve your PageSpeed Insights score without losing data.

Adding SVG to the background using inline CSS

How to use an SVG as a CSS background-image with inline data URIs. No external file needed.

Avoid downloading hidden images on mobiles

How to prevent images from downloading on mobile devices using CSS media queries and display:none.

Reducing the file size of Google Fonts for your website

How to reduce the file size of Google Fonts by subsetting characters and self-hosting for faster load times.