Ian Armstrong

Results 20 comments of Ian Armstrong

What I wouldn't give for a look at the code wpengine.com is using though ;) My most recent issue was that I had to use a separate DB password -...

Source order should be: 1. jQuery 2. jQueryUI 3. video.js 4. imagesloaded.js 5. bigvideo.js If any of that is out of order, you'll get that issue. If you google video.js:21...

Quick note - modernizr has to run before any of that or the whole thing borks out in IE ;)

Well, I've replicated this. The problem occurs when the MP4 loads before the scripts. It happens about every other refresh here. http://clients.imperativeideas.com/wideangle/ I'm going to experiment wtih a couple of...

I solved it as follows. 1. Wrap your entire video call in a function 2. Add a delay You will have to find the optimal delay in ms for your...

I found that moving the video files to a cdn was also critical. ## Sent from a mobile device. Please forgive autocorrect it's overzealous nature. On Apr 3, 2013 8:49...

Changing the class too "sharrre-button" took me all of 30 seconds. I can do a pull request if you'd be amenable, or you can do the find/replace yourself to avoid...

Thanks for following that up Chris. I ended up using an alternate script because I didn't have time to troubleshoot the issue. I still frequently use this one though, so...

I'm curious how Somanso handles it, maybe there's a hint in his code? (https://github.com/samsono/Easy-Responsive-Tabs-to-Accordion)

Note: I like that you are more up to date and active as an author. He hasn't done a commit in 11 months.