ubik Posted January 23, 2011 Share Posted January 23, 2011 Bonjourje 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.tplJ'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égrerSi toutefois vous aviez quelques pistes ça serait sympa Link to comment Share on other sites More sharing options...
ubik Posted January 23, 2011 Author Share Posted January 23, 2011 Bon j'ai trouvé une solution mais j'ai toujours un petit bug pour la page product-listingCa marche pour la première image mais pas pour les autres, j'ai du mal a faire ma boucleJ'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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now