Search

Nalezeno "Media": 2518

How to Reverse a Video


One of my favorite media utilities is ffmpeg. This command line utility allows us to do some pretty amazing stuff like; Slice videos Convert video formats Modify video speed Combine audio and video Every once in a while I see a meme or funny video that reverses a video for effect. Since ffmpeg does...

Příručka marketéra: 8 kroků obsahové strategie pro Facebook


Chcete na Facebooku strategicky budovat značku a podporovat své byznysové cíle? Přestaňte postovat náhodné příspěvky a sestavte si obsahovou strategii podle 8krokového návodu Modrého ducha. 1. Stanovte cíle pro svůj Facebook Prvním důležitým úkolem je stanovit cíl, který chcete svými aktivitami...

Creating A Social Follow Component in React


On almost every website, you're going to watch to share your Social Media accounts for visitors to follow. In this article, we are going to create a Social Follow component in React!

People Digging into Grid Sizing and Layout Possibilities


Jen Simmons has been coining the term intrinsic design, referring to a new era in web layout where the sizing of content has gone beyond fluid columns and media query breakpoints and into, I dunno, something a bit more exotic. For example, columns that are sized more by content and guidelines than...

Jak na Instagram: 10 rad a tipů od profesionální influencerky


Instagram nepřestává poutat pozornost: tam, kde se jednotlivým uživatelům snadno sbírají srdíčka, mají podobnou šanci i značky. Na to, jak – alespoň pro začátek – zaujmout, přitom stačí dodržovat pár základních pravidel. Není to tajemství, ale je třeba ptát se na správných místech....

Look Ma, No Media Queries! Responsive Layouts Using CSS Grid


Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about...

Trendy na sociálních sítích v roce 2019. Co nás čeká a nemine?


V roce 2018 nás sociální sítě doslova zásobovaly inovacemi a novinkami – Instagram spustil vlastní kanál IGTV, Facebook přišel s novým algoritmem… a otázkou zůstává, co na nás chystají tento rok? Přinášíme vám souhrn všech nadcházejících trendů i předpovědí, které si nesmíte nechat ujít. 1. Ještě...

How @supports Works


CSS has a neat feature that allows us to test if the browser supports a particular property or property:value combination before applying a block of styles — like how a @media query matches when, say, the width of the browser window is narrower than some specified size and then the CSS within...

Where Do You Nest Your Sass Breakpoints?


I love nesting my @media query breakpoints. It's perhaps the most important feature of Sass to me. Maybe I pick a method and do it like this: .element { display: grid; grid-template-columns: 100px 1fr; @include breakpoint(baby-bear) { display: block; } } That's straightforward enough....

How to Change Animated GIF Speed


Comedians would tell you that timing is the most important part of any joke. The same could be said about animated GIFs; whether they’re used as a meme or to illustrate a process, the speed of an animated GIF can effect its effectiveness. With that idea in mind, I set about trying to figure...

prefers-color-scheme: CSS Media Query


One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace