Remove tags media-queries
article thumbnail

Scalable Annotation Service?—?Marken

The Netflix TechBlog

Annotations Sometimes people describe annotations as tags but that is a limited definition. Our team, Asset Management Platform, owns a different service that has a json based DSL to describe the schema of a media asset. Our architecture makes it possible to easily onboard and ingest data from Media algorithms.

article thumbnail

Gatsby Headaches: Working With Media (Part 1)

Smashing Magazine

Gatsby Headaches: Working With Media (Part 1) Gatsby Headaches: Working With Media (Part 1) Juan Diego Rodríguez 2023-10-09T11:00:00+00:00 2023-10-09T21:07:06+00:00 Working with media files in Gatsby might not be as straightforward as expected. I remember starting my first Gatsby project. Easy enough! Need to use images?

Media 79
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

Timestone: Netflix’s High-Throughput, Low-Latency Priority Queueing System with Built-in Support…

The Netflix TechBlog

Timestone: Netflix’s High-Throughput, Low-Latency Priority Queueing System with Built-in Support for Non-Parallelizable Workloads by Kostas Christidis Introduction Timestone is a high-throughput, low-latency priority queueing system we built in-house to support the needs of Cosmos , our media encoding platform. Over the past 2.5

Latency 212
article thumbnail

Optimize Images for Web

KeyCDN

The file size of your images of course is very important, but SEO and social media also play an important part in helping your website perform and convert better. How to optimize images for social media for better engagement and CTR. How to optimize images for SEO to rank and index better in search engines. KB (30%) without losses.

article thumbnail

How digital experience monitoring helps deliver business observability

Dynatrace

RUM is passive monitoring that measures a user’s interactions with an application — typically with a JavaScript tag for web applications or a software development kit (SDK) for native mobile apps. Another is to monitor third-party APIs that a business application depends on for critical functions. Real-user monitoring (RUM).

article thumbnail

How To Implement Search Functionality In Your Nuxt App Using Algolia InstantSearch

Smashing Magazine

module.exports = { purge: [], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [], }. module.exports = { purge: [], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, variants: { extend: {}, }, plugins: [ require('@tailwindcss/typography'), ], }. components/**/*.{vue,js}',

Media 122
article thumbnail

How to prevent hidden images from loading on responsive designs

MachMetrics

. <picture> <source srcset="{{ secure_asset('assets/images/banner- desktop.jpg') }}" media="(min-width: 768px)" /> <img src="{{ secure_asset('assets/images/banner-mobile.jpg') }}" /> </picture>. The <picture> tag works in the same way that CSS media queries do.

Design 57