Jared Siebert
Jared Siebert
Experiencing the same problem in IE 9, 10, and 11. Any solution?
Ok, so I needed something pretty quick here, and as this has been an open bug since September I figured I'd hack something together. Yes, it is a jQuery solution,...
Hi Phil - You should be triggering this code after you initiate the gallery. So in your HTML or JS file (not the ideal-image-slide.js file), you should have something like...
Yes, that's something I mentioned in the initial solution, last sentence before the code.
This should do the trick. (changed the formatting to make things easier to read). ``` javascript $(".iis-slide").each(function(){ var href = $(this).data('href'); $(this).attr({ href: href, target: '_top' }); }); ``` Also,...
Quick and dirty fix that I did Starting at [line 130](https://github.com/navarasu/serverless-ruby-layer/blob/master/lib/bundle.js#L130) ``` docker(['exec','-w',this.docker_gem_path, docker_id].concat(bundle_args),options,this.cli) this.aws_gem_path = this.docker_gem_path+'/build/ruby/gems' docker(['exec', docker_id, 'mkdir', this.aws_gem_path], options, this.cli) docker(['exec', docker_id, 'mv', this.docker_gem_path+'/build/ruby/3.2.0', this.aws_gem_path], options, this.cli)...
Just following up on this - would be nice to not have to monkey patch each of my projects