I have no idea what the page looks on your computers, but I see this: <a href="http://i.imgur.com/IVdaQIA.jpg">http://i.imgur.com/IVdaQIA.jpg</a><br><div>The computer is very blurry and grainy. I&#39;ve looked at it through many browsers (FF, IE, Opera) and both on my desktop and my laptop. It has the same grainy texture.</div><br><div class="gmail_quote">On Wed Dec 10 2014 at 15:07:23 Andreas Nilsson &lt;<a href="mailto:lists@andreasn.se">lists@andreasn.se</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2014-12-10 17:41, Máirín Duffy wrote:<br>
&gt; On 12/10/2014 11:32 AM, Oliver Propst wrote:<br>
&gt;<br>
&gt; <a href="https://fedoraproject.org/wiki/Workstation" target="_blank">https://fedoraproject.org/<u></u>wiki/Workstation</a><br>
&gt;<br>
&gt;&gt; Some of the pictures on that page are not very nice.<br>
&gt;&gt;<br>
&gt;&gt; *The picture of the person who gives a quote is unsharp and the person<br>
&gt;&gt; looks very stereotypical of how you expect a developer to look like<br>
&gt;&gt; (nothing against that person).<br>
&gt;<br>
&gt; What do you mean by unsharp?<br>
<br>
This might be due to using a monitor with a higher resolution than<br>
1024x768. As the photo itself is only 1024px wide, it loses some<br>
sharpness when it scales up together with the page width. It still looks<br>
all right at 1280x768, but at 1920x1080 that I&#39;m using here, the low<br>
resolution of the photo gets very evident.<br>
It would be better to use a version of the photo with higher quality, or<br>
use a round closeup like on the server and cloud pages.<br>
<br>
In order to get away with faster loading times on lower resolutions you<br>
can add something like this to the css and load the higher resolution<br>
photo only above 1024:<br>
@media (min-width: 1025px) {<br>
         #workstation .product-testimonial {<br>
         background:<br>
url(&#39;../images/workstation/<u></u>workstation-testimonial-<u></u>highres.jpg&#39;);<br>
         }<br>
}<br>
<br>
- Andreas<br>
--<br>
websites mailing list<br>
<a href="mailto:websites@lists.fedoraproject.org" target="_blank">websites@lists.fedoraproject.<u></u>org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/websites" target="_blank">https://admin.fedoraproject.<u></u>org/mailman/listinfo/websites</a></blockquote></div>