You can't download this image
91–100 of 241 posts
Re: You can't download this image
#92The idea is to fake the image that's being displayed in the IMG element by forcing it to show a `background-image` using `height: 0;` and `padding-top`.
In theory, you could make an IMG element show a photo of puppies and if the person chose to Right-click > Save Image As then instead of the dog photo it could be something else.
For some reason I can't Oauth into Codepen so for now I can't recreate it publicly.
Re: You can't download this image
#93Safari Mac, I dragged it out of the page and into a Finder window, and it saved.
Re: You can't download this image
#94Re: You can't download this image
#95No issue downloading it on iOS.
Re: You can't download this image
#961. Open Inspect (right click and hit "inspect")
2. Click the "Network" tab
3. Refresh the page (while clearing the cache Command+Shift+R)
4. Right click on "lisa.jpg" in the list view under the "Network" tab
5. Click "Open in new tab"
6. Right click the image on the new tab
7. Click "Save image as"
Man I can't believe these clowns (or myself for typing all this out--don't know who is worse)
Re: You can't download this image
#97Re: You can't download this image
#98Re: You can't download this image
#99Downloaded on my iPhone with a single tap.
Re: You can't download this image
#100Then just go to the folder where it is being downloaded, and copy/paste the file "lisa.jpeg.crdownload" to "lisa.jpeg.crdownload copy".
Rename to "lisa.jpeg" and cancel the download. You now have the image. What's interesting is that you ARE actually downloading this image. It's just that they don't terminate the connection.