Image Cropper Online
Online Free Image Cropper for quickly help crop images in seconds without storing data in browser cache, neither making any server requests. Atrowel Image cropper lets you cut different format images as well as allows you to rotate, zoom in-out, and mirror the images. Browse or drag and drop an image from your device, use filters and refer to the guidelines to create a cropped image.
Social media post image dimensions
The below specs refer to the social media post images. All platforms support different dimension, to optimized view we need to upload image with their given best dimension. Following chart will help you to find out best dimention.
Image Type | YouTube | ||||
---|---|---|---|---|---|
Profile Picture | 400x400 | 800X800 | 170x170 | 320x320 | 400x400 |
Banner Picture | 800x200 | 2560x1440 | 820x312 | Width 1080 & Height Inbetween 566 and 1350 | 1500x500 |
Post Picture | 520x320 | 2560x1440 | 1200x630 | Width 1080 & Height Inbetween 566 and 1350 | 1200x675 |
Post Thumbnail | 1200x627 | 1280x720 | 1280x720 | 1080x1080 | 1200x675 |
Ads Picture | 1.91:1 | 468x60 728x90 | 1080x1080 | 1080x1080 | 1200x1200 |
How to Crop the Image using JavaScript?
We can use Cropper.js to crop images in expected shape. With the help of the node package manager we can install the Cropper.js package.
To import Cropper.js as script or as module :
Or
Enable Cropper.js on the image or canvas element.
Another way is with the help of canvas element drawImage() method.
Credits
Cropper.js - JavaScript image cropper
HTML Canvas element - is used to draw graphs on a website.
ReactJs - A JavaScript library for building user interfaces.