BackuPs

Results 23 comments of BackuPs

The fix as presented here https://github.com/artpolikarpov/fotorama/pull/380/commits/53b6dcc32bede077ea9d51de672000a0a4adf76a is not completely correct. Line 259 altText = $img.attr('alt'); should be altText = $img.attr('alt'), Just tested it and it works fine. ![image](https://cloud.githubusercontent.com/assets/6078370/22861853/2850469e-f123-11e6-9e4e-7e923bb507f9.png) You can...

@https://github.com/ChristophAnastasiades It depends on how you build the list of images. You should set the alt tag at the img element

p.s. This used to work flawlessly in the old versions (2.x.x) of media element.

Hi Davy, Just try and do NOT remove the default user background image in the timer function for any IE browser was the solution for me. Try attached files. It...

Note: i reuploaded the zip file in my first reply to you and applied the fix only to the timer function. Its working fine now in my install. In case...

Hi Davyd, Can you add a url so i can see your jerky issue on ie and edge?

i see you are still using jarallax.js.. change this code in that script and try again for y3/test.htm ` // timeout to fix IE blinking setTimeout(function () { if(_this.$item) {...

Its not working because you forgot to set a z-index to the footer_bg add z-index:0; .header_bg, .footer_bg { background-position: 50% 0; background-image: url('../images/triangles_bgOLD.png'); position: relative; z-index:0; }

I have no further solution for you..... unfortunately.

I am sorry but the script should do this automatically on IE as it is really a problem on IE as described by davidkoff. If one sets enable transform to...