Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Why's the image preview on mouseover bigger and clearer than the image itself?

+0
−7

Is the issue with https://www.artemisatusc.com/our-board? or my computer? I'm using Firefox and Windows 10.

This issue happens for every portrait on that website. I'll just showcase one.

Bigger image

But after I right click on the portrait and click "View Image", the actual image is smaller and lower quality. Why?

smaller preview image

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (3 comments)

1 answer

+4
−0

Although the website seems to be doing something different now (or possibly even based on our different browser settings), the common functionality leads me to believe this basic answer is correct: The site is deliberately coded to cause right-clicking an image to give you a link to a crappier version of the image, in an attempt to prevent you from copying it.

As a specific example, the underlying image link is for one (randomly-selected) image is https://static.wixstatic.com/media/2e3e54_e010def6ec254a0f969c7306e8615d68~mv2_d_2305_1537_s_2.jpg/v1/crop/x_666,y_365,w_984,h_954/fill/w_165,h_160,al_c,q_80,usm_0.66_1.00_0.01,blur_3/Selin.jpg , which is blurry to the point of uselessness. But deleting ",blur_3" from that URL (which presumably some javascript is doing when the image is being rendered on the page) gives https://static.wixstatic.com/media/2e3e54_e010def6ec254a0f969c7306e8615d68~mv2_d_2305_1537_s_2.jpg/v1/crop/x_666,y_365,w_984,h_954/fill/w_165,h_160,al_c,q_80,usm_0.66_1.00_0.01/Selin.jpg , which is not (unsurprisingly) blurred.

Based on your screenshot, I doubt this is exactly what they were doing before, but the basic concept is the same: This is happening because they deliberately coded it to happen, not as a side-effect of something else.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »