Remove category css
article thumbnail

Maximally optimizing image loading for the web in 2021

CSS - Tricks

Fluid width images in CSS, not forgetting the height and width attributes in HTML so you get proper aspect-ratio on first render. Use loading="lazy" Use decoding="async" Use inline CSS/SVG for a blurry placeholder. I’m not super convinced blurry placeholders are in the same category of necessary as the rest of this stuff.

Cache 119
article thumbnail

Interactive Learning Tools For Front-End Developers

Smashing Magazine

Whatever you want to learn from CSS to SQL, this categorized list should have you covered. CSS Flexbox. CSS Grid Layout. CSS Selectors Cheatsheet. CSS Animations. CSS Filters. CSS Game: CSSBattle. CSS Game: CSS Diner. On design systems, CSS/JS and UX. CSS Grid Cheat Sheet.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Reducing The Need For Pseudo-Elements

Smashing Magazine

Per the W3C spec , “a pseudo-element represents an element not directly present in the document tree” They have been around since version 1 of the CSS specification, when ::first-letter and ::first-line were introduced. They are listed in the spec across three categories: typographic , highlight , and tree-abiding. Marcel Moreau.

Internet 135
article thumbnail

Progress Delayed Is Progress Denied

Alex Russell

CSS's new Typed Object Model ) may feature large expansions in API surface area for relatively little increase in power available to the developer. CSS Grid and ES6 ). CSS Snap Points. CSS color(). Chrome does not yet support this for CSS, but is under development for <canvas> and WebGL. CSS Containment.

Media 145
article thumbnail

Improving The Performance Of An Online Store (Case Study)

Smashing Magazine

When we talk about an e-commerce website, the main pages you’ll have are: the home page (and “content” pages), category and search pages, product detail pages, the cart and checkout (obviously). On design systems, CSS/JS and smart interface design patterns. One day, CSS-Tricks surprised me with an article on “ How to Favicon in 2021 ”.

article thumbnail

What is session replay? Discover user pain points with session recordings

Dynatrace

Replay software also captures web assets such as CSS so it can create accurate recordings even if your website changes. This helps to subdivide session recordings into goal-oriented categories. Equipped with replays, goals, and categories, it’s time to identify patterns. Why session replay matters. Identify patterns.

Mobile 252
article thumbnail

Automatically Transforming And Optimizing Images And Videos On Your WordPress Website

Smashing Magazine

Applying style to the images can be achieved with CSS. These images should carry the personality of the site , for which the style must be embedded in the image itself, instead of being applied via CSS. The images embedded in social media when sharing our content are of particular interest.

Website 103