You found the perfect image on a website. You right-click to save it — and nothing happens. Or the image saves as a .webp file you can't open. Or the site blocks right-click entirely. Here's how to save images from any website, no matter what restrictions are in place.
Common problem: The image saves as .webp or .jfif instead of .jpg or .png. This happens because the website serves modern formats. Use a free WebP to PNG converter to convert the file into a universally compatible format after downloading.
Some websites disable right-click with JavaScript. Here are four ways around it:
Click and drag the image directly from the browser to your desktop or a folder. This works on most sites even when right-click is disabled.
Press Ctrl+P → choose "Save as PDF" → the image is included in the PDF. Then extract it with any PDF tool.
Windows: Win+Shift+S for Snipping Tool. Mac: Cmd+Shift+4 for selective screenshot. Pro tip: zoom in first (Ctrl++) for a higher resolution capture.
This method gets you the original, highest-quality version of any image on a page:
This also reveals hidden images the page loads but doesn't display, like high-resolution versions used for retina screens.
Images set as CSS backgrounds or loaded dynamically don't appear in right-click. Find them in the HTML:
background-image: url(...) in the Styles panelFor dynamically loaded images, check the Elements tab for <img> tags or <source> elements inside <picture> tags.
Extensions like "Image Downloader" (Chrome) or "DownThemAll" (Firefox) can batch-download all images on a page. Useful for galleries and product listing pages. Be mindful of copyright — only download images you have permission to use.
Even after you successfully save an image, it often arrives as a .webp file. Google Images, social media sites, and most modern websites serve WebP to save bandwidth. The problem: Windows Photo Viewer, Microsoft Office, older Photoshop, and many other desktop apps can't open WebP.
The fix: drag your saved .webp file onto webp2png.io to convert it to PNG instantly. No upload, no software install, works on any device.
Saving images for personal reference or inspiration is generally fine. Using them in your own projects, websites, or commercial work without permission is copyright infringement. Always check the site's terms of service and image license before using downloaded images.