
Preventing anchor jump when clicking on video thumbnail link
#1
Posted 02 December 2010 - 06:16 PM
Thanks,
Thomas
#2
Posted 03 December 2010 - 01:06 AM
jQuery(embeddedTitleId)[0].scrollIntoView(true);That should do it! Let us know. Thanks.
#3
Posted 03 December 2010 - 02:02 AM
Disabling that really enhances user experience with this plugin. I'm glad the solution was easy.
While I'm at it, I have another question. The videos I am using are in 16:9. However, even the HD thumbs that YT pulls are 4:3, which is incredibly lame. Does YT support 16:9 thumbs? If so, what is the script for it?
From what I've researched, they don't support it yet, but I could be wrong.
#4
Posted 03 December 2010 - 04:56 PM
#5
Posted 05 December 2010 - 04:29 PM
My next question then, is how do I go about manually adding image frames for the videos? The black bars look unprofessional, and I have 16:9 image frames ready to use. But, with the script, I'm not really sure how to add them in manually for each video. Is this possible? If so, how?
Also, is there a way to organize the videos in a specific order? Along with that, is there a way to setup a variable to always display a specific video first?
Thanks!
P.S. Eric, you've done an excellent job with this plugin. I haven't found another that comes close to matching yours! I appreciate your hard work and support. As another WP developer in training, this really means a lot!
#6
Posted 06 December 2010 - 07:36 PM
how do I go about manually adding image frames for the videos
This isn't really possible with the current version of TubePress. Feature requests are always welcome!
Also, is there a way to organize the videos in a specific order? Along with that, is there a way to setup a variable to always display a specific video first?
Yes to both, and they're both covered in the docs.
Eric, you've done an excellent job with this plugin. I haven't found another that comes close to matching yours! I appreciate your hard work and support. As another WP developer in training, this really means a lot!
Thanks ;)
#7
Posted 18 August 2011 - 12:23 PM
How would I prevent anchor jump in 2.2.7?
#8
Posted 09 September 2011 - 06:37 PM
#9
Posted 13 September 2011 - 03:38 PM
#10
Posted 14 September 2011 - 02:21 PM
It works! Thanks @jurixa :)