Jump to content

preload des images de prestashop


Recommended Posts

Bonjour
je cherche a trouver de façon simple un système me permettant d'afficher un preload sur les images de product-listing.tpl et product.tpl
J'utilise des png pour le fond transparent et les visuels sont assez lourds.
Concernant jQzoom j'ai vu qu'il y avait une maj intéressante avec un système de preload http://www.mind-projects.it/projects/jqzoom/ mais j'ai quelque soucis pour l'intégrer
Si toutefois vous aviez quelques pistes ça serait sympa

Link to comment
Share on other sites

Bon j'ai trouvé une solution mais j'ai toujours un petit bug pour la page product-listing
Ca marche pour la première image mais pas pour les autres, j'ai du mal a faire ma boucle


J'ai créé un fichier [removed]

window.onload=function() {
 document.getElementById("loading2").style.display = "none";
 $("#site2").fadeIn("100");
}; 



Puis dans mon fichierproduct-listing :

[removed][removed] //rajouté en haut de page




getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:'htmlall':'UTF-8'}" id="atx{$product.id_image}"/>



Naturellement il faudrait que mes div aient des id dynamiques si quelqu'un à une idée ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...