Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 2xUeL

    (@2xuel)

    Please help. This is of relative importance to my site. I think I have located the line of code in jquery.galleriffic.js (lines 628-642):

    if(isSync){
    
    // Construct new hidden span for the image
    var newSlide = this.$imageContainer
    .append('<span class="image-wrapper current"><a class="advance-link" rel="history" href="#'+this.data[nextIndex].hash+'">?</a></span>')
    .find('span.current').css('opacity', '0');
    
    }else{
    
    //  *** photospace update - replace append with html to stop multiple images in fast clicks ***
    var newSlide = this.$imageContainer
    .html('<span class="image-wrapper current"><a class="advance-link" rel="history" href="#'+this.data[nextIndex].hash+'">?</a></span>')
    .find('span.current').css('opacity', '0');
    
    }

    I just don’t know what to do with it…??

    I’ve never seen anyone get this working sorry.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Image Links to Full Size Image URL?’ is closed to new replies.