My forum is everyonesblog.net and its phpbb3.
+2
Ange Tuteur
luiz1877
6 posters
Rounded corners on youtube videos.
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°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.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°2
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; }
BlackScorpion- Graphic Designer
- Posts : 7044
Reputation : 920
Language : English
Location : USA
- Post n°3
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?
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°4
Re: Rounded corners on youtube videos.
didnt work, i can see if the punbb code works
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°5
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; }
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°6
Re: Rounded corners on youtube videos.
For some reason it still looks the same.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°7
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.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°8
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.
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°9
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!
musket- Helper
- Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland
- Post n°10
Re: Rounded corners on youtube videos.
It works only on the videos posted with [youtube][/youtube] not on the iframe code posted versions Â
TheCrow- Manager
- Posts : 6916
Reputation : 795
Language : Greek, English
- Post n°11
Re: Rounded corners on youtube videos.
It doesn't work on youtube videos..
musket- Helper
- Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland
- Post n°12
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; }
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°13
Re: Rounded corners on youtube videos.
musket hasnt worked for me at all.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°14
Re: Rounded corners on youtube videos.
Hello what browser and version of that browser are you using ?
Thanks in advance.
Thanks in advance.
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°15
Re: Rounded corners on youtube videos.
Latest firefox according to http://www.mozilla.org/en-US/firefox/new/
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°16
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; }
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°17
Re: Rounded corners on youtube videos.
...wont work still.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°18
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.
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°19
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
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°20
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 */
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°21
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
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°22
Re: Rounded corners on youtube videos.
Please open a new topic for other problems.
Is this problem solved ?
Is this problem solved ?
luiz1877- Forumember
- Posts : 155
Reputation : 2
Language : English | Portuguese
- Post n°23
Re: Rounded corners on youtube videos.
Well, yes but by fixing this problem we caused another problem.
Ange Tuteur- Forumaster
- Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania
- Post n°24
Re: Rounded corners on youtube videos.
Then we will get to that.
Topic solved and archived
Topic solved and archived