photo template with high display resolution

GK User
Thu Feb 05, 2015 9:59 pm
Hello

I notice that in demo your fullpage images are about 1700x 880 px. I am asking myself how these images look in screens > FHD; for example 2560x1600, 3200x1800 o 3840x2160.
Does it make sense fixing max width for these images for not loosing sharpness?

Thankyou for your time.
Milo
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 2:56 pm
Doing images for big screens is a problem. If you decide to go into RWD, images usually will be big. They will not work fast on mobile devices. So its always a matter of finding a balance between image width/height and its size. From what I know right now they aren't many users having that huge skins. Analytic data shows that most users uses laptops like screen sizes so the problem isn't that huge. Adding max-width might help, but if a template is a fullscreen template, then max-width will simply make it look bad.
User avatar
Moderator

GK User
Thu Feb 12, 2015 5:52 pm
Yes, you are right about bad looking with max-width. Thankyou for your answer.
Milo
User avatar
Junior Boarder

GK User
Fri Feb 13, 2015 8:35 am
I'm just thinking about an idea... You could post two or three Image Show modules on homepage, each using different image sizes and then use @media-queries in override.css to decide which shows on what screen size. This way you might prepare one gallery for max 640px screen size, then next for max 1200px screen size and last one for bigger screens.
What is interesting - when an element is hidden by:
Code: Select all
display: none

in css, its content and images are not loaded by the browser. So even if your "hd" desktop images would be size heavy, they would not affect mobile users as long as they would be hidden.
User avatar
Moderator

GK User
Sun Feb 15, 2015 11:45 am
Yes, could be a good solution but in my case it comes too fiddly because the site needs 4 languages therefore to many Image Show modules to publish. Maybe I do it for next project, thankyou.

Milo
User avatar
Junior Boarder

GK User
Mon Feb 16, 2015 6:05 pm
I submited request for better rwd image support to our devteam and perhaps in near future NSP will have that kind of support.
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Tue Feb 17, 2015 12:22 am
It's ok, thank you very much for your time.

Milo
User avatar
Junior Boarder

GK User
Tue Feb 17, 2015 6:50 pm
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator