login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Skip vertical image

Offline avdstelt - 03/08/2009 21:13 (laatste wijziging 04/08/2009 16:26)
Avatar van avdsteltNieuw lid Ik heb volgende imageload functie uit een slideshow en nu wil ik de vertical images niet geladen hebben hoe kan ik dit het beste aanpassen.

M.v.g. Arjan

  1. loadImages: function(sources) {
  2. var self = this;
  3. this.reset();
  4. this.images = [];
  5. this.sources = sources;
  6.  
  7. this.timer = setInterval(this.loadProgress.bind(this), 100);
  8. for(var i = 0, j = sources.length; i < j; i++) {
  9. this.images[i] = new Asset.image((this.sources[i].path || this.options.path) + this.sources[i].file, {
  10. title: self.sources[i].title,
  11. alt: self.sources[i].desc,
  12. 'onload' : function(){ self.index++; },
  13. 'onerror' : function(){ self.index++; self.images.splice(i,1); },
  14. 'onabort' : function(){ self.index++; self.images.splice(i,1); }
  15. });
  16. this.width=self.images[i].width;
  17. this.height=self.images[i].height;
  18. if (this.width < this.height)
  19. {
  20. return;
  21. }
  22. }
  23. }

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.299s