.append($big = $('<img style="min-width:2000px;" />').attr('src', $this.attr($this.is('img') ? 'src' : 'href')).css('position', 'absolute'))
.data('src', ...);
.append($big = $('<img />').attr('src', $this.attr($this.is('img') ? 'data-src' : 'href')).css('position', 'absolute'))