WebSite X5Help Center

 
Steve H.
Steve H.
User

Can anyone recommend specifications for images  en

Autor: Steve H.
Visitado 1655, Followers 1, Compartido 0  

my url is www.tchbonisa.com

Can anyone recommend specifications for images that work both on high speed internet connections as well as mobile divices. My website home page opens perfectly on my normal wired ADSL connection but the main images dont display on my LTE iPhone 6  and take a long time to display on my iPad 2. The images on my home page are 72dpi 768px X 371px jpg's

Publicado en
2 RESPUESTAS
Paul M.
Paul M.
Moderator

Hello Steve,

My hunch is that your issue is not related so much to the size of your images, as to the inclusion of custom code in the web page.

<script type="text/javascript" src="files/jquery-1.6.js"></script>
<script type="text/javascript"> var $jq = jQuery.noConflict();
$jq(document).ready( function() {
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) { $jq("#imMnMn ul li a").click( function(){ // The hover event if fired wen an empty click-function // is linked to the menu link... This is VERY strange, // but it seems to work! } ); } } );
</script>

<script type="text/javascript"> var $jq = jQuery.noConflict();
$jq(document).ready( function() {
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) { $jq("#imMnMn ul li a").click( function(){ // The hover event if fired wen an empty click-function // is linked to the menu link... This is VERY strange, // but it seems to work! } ); } } );
</script>

Remove this code, upload to the web and test.

Let us know how you get on.

Kind regards,

Paul

Leer más
Publicado en de Paul M.
Andre E
Andre E
Moderator

I would first try 36 dpi, but it is also very dependand on your internet connection of your phone. G3 ? or G4 makes a huge difference.....

If the pictures still too slow ask other phone users to test.

You could make a mspecial mobile site with smaller pictures and let users choose where to go with the welcome page for instance.....

Leer más
Publicado en de Andre E