I’d really like to be able to customise youtube video so that the title and controls are hidden. But I’ve done a quick google search and you can only do it with embedded videos. However the only option for newspaper is inserting the link where it then takes the thumb and uses it as the featured image.
Can anyone suggest anything? I’m also looking to close the small gap between the video and the title here: http://take.ms/hTPBw
Thanks in advance.
Hi,
@bobbyd67 Thanks for your help.
@snowwatchGB I have tested the solution that @bobbyd67 mentioned and seems to work fine.
To do that add this code &showinfo=0&autohide=1 like here: http://screencast.com/t/zUXkxAqs
To remove the gap add this CSS
.post .wpb_video_wrapper iframe {
margin-top: -25px;
}
..in Theme Panel -> Cutom CSS
Thanks
Great! I’d like to remove the gap for every post though, is that possible?
The code above for closing the gap between featured image and the title and tags is not working after V4.0
Can you suggest something else?
-
This reply was modified 12 years by
Daniel Finch.
It’s not working like last time.
I have adjusted the code to set the value of -1px; so should be right against the title etc but still looks like this http://goo.gl/Rgj01z
Whats wrong?
-
This reply was modified 12 years by
Daniel Finch.
I’m prepared to give you access but I cannot send details via the forum as there’s no option to make the post private. What email address do I send my login details too?
Hi,
Please send an e-mail at contact@tagdiv.com, please include in your message a link to this topic or specify the issue details.
Thanks
Hi,
sorry to be a pain but I’ve recently discovered the new gallery feature. I have noticed that when the format is Gallery the post is not appearing correctly based on the css class above suggests… help?
-
This reply was modified 12 years by
Daniel Finch.
I have attempted this but it has failed: http://take.ms/XS1f0
Can you advise?
Hi,
Use this css:
.single-format-gallery .td-slide-on-2-columns {
margin-top: -25px;
}
Should work, if not you can do this yourself, see here: http://screencast.com/t/jRmDHBUKUtRQ
Thanks