Rounded corners on youtube videos.
+2
Ange Tuteur
luiz1877
6 posters
Page 1 of 1
Rounded corners on youtube videos.
Can i have rounded corners on youtube videos? (not square or rectangle)
My forum is everyonesblog.net and its phpbb3.
My forum is everyonesblog.net and its phpbb3.
Re: Rounded corners on youtube videos.
Hello luiz1877 ,
Add this to your CSS styesheet :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Add this to your CSS styesheet :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.post embed[type="application/x-shockwave-flash"] { border-radius:15px; }
Re: Rounded corners on youtube videos.
Ange Tuteur wrote:Hello luiz1877 ,
Add this to your CSS styesheet :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.post embed[type="application/x-shockwave-flash"] { border-radius:15px; }
Have a code for PunBB?or will this work also?
Re: Rounded corners on youtube videos.
It should work for all version. Try using important :
- Code:
.post embed[type="application/x-shockwave-flash"] { border-radius:15px !important; }
Re: Rounded corners on youtube videos.
Are they rounded or not ? If the corners are still sharp then it did not work.luiz1877 wrote:For some reason it still looks the same.
I have tested on my test forum and it is working properly, increase the pixels until its round enough to what you wish.
Re: Rounded corners on youtube videos.
Add the code to the top of your stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Rounded corners on youtube videos.
Still doesn't work to me also SLGray. Even in the top doesn't work..
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Rounded corners on youtube videos.
It works only on the videos posted with [youtube][/youtube] not on the iframe code posted versions
Re: Rounded corners on youtube videos.
I put it in css here so you will see what happens you will see the difference to videos postedMarios94 wrote:It doesn't work on youtube videos..
http://hemmingsdaman2.forumotion.co.uk/t264p180-post-your-favourite-videos#4344
the video URL has to go between the [youtube][/youtube] BBcode for the rounded corner effect to work
I may remove this CSS mod later as I dont really want it
in Admin panel. Display>colors>css stylesheet add the code below and submit
Ange Tuteur wrote:It should work for all version. Try using important :
- Code:
.post embed[type="application/x-shockwave-flash"] { border-radius:15px !important; }
Re: Rounded corners on youtube videos.
Hello what browser and version of that browser are you using ?
Thanks in advance.
Thanks in advance.
Re: Rounded corners on youtube videos.
Latest firefox according to http://www.mozilla.org/en-US/firefox/new/
Re: Rounded corners on youtube videos.
Then the property should be supported.
Try without the type selection however, this will select all embedded contents in posts.
Try without the type selection however, this will select all embedded contents in posts.
- Code:
.post embed { border-radius:15px !important; }
Re: Rounded corners on youtube videos.
Please post a link to a video on your forum that guests can see. Make sure the CSS code given is still in your stylesheet, thanks.
Re: Rounded corners on youtube videos.
http://www.everyonesblog.net/t117-testing-video-embed#481
If you need to use the 'guest' account to see my admin panel you can use it because i dont know whats wrong.
If you need to use the 'guest' account to see my admin panel you can use it because i dont know whats wrong.
Last edited by luiz1877 on December 31st 2013, 9:40 pm; edited 1 time in total
Re: Rounded corners on youtube videos.
Hello I have found the problem why it is not working see here :
You are making the CSS selectors invalid by placing slashes and text in from of them. Javascript and CSS comments are different, doing the above makes your code not work.
You should instead write comments as :
/* This is a CSS comment */
You are making the CSS selectors invalid by placing slashes and text in from of them. Javascript and CSS comments are different, doing the above makes your code not work.
You should instead write comments as :
/* This is a CSS comment */
Re: Rounded corners on youtube videos.
Fixed!
12:47:00 I have a new issue wait until i get screenshots
12:47:00 I have a new issue wait until i get screenshots
Last edited by luiz1877 on December 31st 2013, 9:49 pm; edited 1 time in total
Re: Rounded corners on youtube videos.
Please open a new topic for other problems.
Is this problem solved ?
Is this problem solved ?
Re: Rounded corners on youtube videos.
Well, yes but by fixing this problem we caused another problem.
Similar topics
» Rounded Corners
» Rounded Corners on CPINFO Box
» Do not want rounded corners for some images
» Resizing youtube videos?
» rounded corners for post background
» Rounded Corners on CPINFO Box
» Do not want rounded corners for some images
» Resizing youtube videos?
» rounded corners for post background
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum