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

Post History

60%
+1 −0
Q&A How large should photos on my blog be?

Depends on your audience. First, decide how much quality do you want to offer to your visitors (in terms of image quality/details). Second, if you use google analytics, you can make a list of: ...

posted 5y ago by n1kkou‭  ·  last activity 4y ago by System‭

Answer
#3: Attribution notice added by user avatar System‭ · 2019-12-08T11:07:32Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/43512
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by user avatar n1kkou‭ · 2019-12-08T11:07:32Z (over 4 years ago)
Depends on your audience.  
First, **decide how much quality** do you want to offer to your visitors (in terms of image quality/details).

Second, if you use google analytics, you can make a list of:

- for desktop users, you can get an idea what is **the most common screen resolution** ; 
- for the mobile, almost the same (but this is a little bit complicated, **keeping in mind the device dpi** ); 

Third, you can always make responsive layouts with CSS media-queries, and of course, load different resources based on the medium the user comes from (e.g. you can load smaller images for users that come from mobile devices);

The main idea is to **serve different content, based on the user device**. And, of course, **optimize every image** to a quality level that you want to offer. If you want to spend more money on technology, you can also consider serving your content from a CDN (Content Delivery Network).

#1: Imported from external source by user avatar System‭ · 2019-03-14T16:20:06Z (about 5 years ago)
Original score: 2