Tagged: Image

How to Blur Images using GD Library in PHP - Clue Mediator

How to Blur Images using GD Library in PHP

Image blurring is a common image processing technique used in various applications like privacy protection, visual effects, and enhancing artistic appeal. If you want to blur images dynamically, regardless of...

How to Lazy Load Images in JavaScript - Clue Mediator

How to Lazy Load Images in JavaScript

Lazy loading is a technique used to defer the loading of images until they are actually needed. This can improve the performance of your web page by reducing the initial...

Add Instagram like stories in React - Clue Mediator

Add Instagram like stories in React

Today, we’ll show you how to add Instagram like stories in React. Here, we will create an example where we will design a React component similar to Instagram Stories. It...