• karimawad

    (@karimawad)


    I have added some javascript which allows me to side scroll through a set of videos in my WordPress site. However, in Windows FireFox, the videos show up all the time overlapping content etc. and are not hidden.

    After some searching I found the fix is to add <param name=”wmode” value=”opaque” /> to each video. I’d like to do this programmatically.

    I didn’t notice any place to add this in the settings pages but was wondering how to best add it to your php file. Any help as my php skills are lacking.

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • viper007bond

    (@viper007bond)

    wmode is already being set, although it’s being set to transparent instead of opaque (shouldn’t matter).

    Thread Starter karimawad

    (@karimawad)

    that’s what I thought, but the end result is a strange bug.

    The site is http://carteghermez.com and if you can, check the site out in FireFox for Windows. Scroll through the videos and you’ll see the overlap.

    viper007bond

    (@viper007bond)

    The Next and Previous buttons work fine for me. No overlap.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Viper’s Video Quicktags] Add additional param’ is closed to new replies.