Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 44 users online :: 0 Registered, 0 Hidden and 44 Guests :: 1 Bot
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Media don't center no more
Page 1 of 1 • Share
- GuestGuest
Hey @Ange Tuteur,
I've got an issue with the media on my site. Since FM changed something in their core code to solve the issue displaying YouTube videos, my vids don't center no more.
As you may know I'm using CSS to automatically resize and center embedded media:
but that bit won't work as it should now. Seems like they're not embedded no more, somehow.
I've compared the outcome to the other YouTube Playlist JS I'm using and the outcome is very differnt. The JS is working fine as you can see in my latest post on my site (Muziek Topic).
Could you please fix the CSS code so that single YT media posts will center and resize again?
Thanks in advance for your help.
Samantha.
I've got an issue with the media on my site. Since FM changed something in their core code to solve the issue displaying YouTube videos, my vids don't center no more.
As you may know I'm using CSS to automatically resize and center embedded media:
- Code:
/*--- RESIZE AND CENTER EMBEDDED (YT) VIDEOS --------------------*/
.post .postbody .content.clearfix div embed {display:block !important;margin:0 auto !important;width:854px !important;height:480px !important;}
but that bit won't work as it should now. Seems like they're not embedded no more, somehow.
I've compared the outcome to the other YouTube Playlist JS I'm using and the outcome is very differnt. The JS is working fine as you can see in my latest post on my site (Muziek Topic).
Could you please fix the CSS code so that single YT media posts will center and resize again?
Thanks in advance for your help.
Samantha.
Last edited by Samantha on Fri 19 Aug 2016, 11:44; edited 2 times in total
Hi @Samantha,
They're using an iframe now, so the CSS will look something like this :
They're using an iframe now, so the CSS will look something like this :
- Code:
.post iframe[src*="youtube"] {
margin:0 auto;
display:block;
}
- GuestGuest
Ange Tuteur wrote:Hi @Samantha,
They're using an iframe now, so the CSS will look something like this :
- Code:
.post iframe[src*="youtube"] {
margin:0 auto;
display:block;
}
AN IFRAME? OMG! You must be joking, right? Talking 'bout amateurism ....
I'll give it a try lateron. Busy, busy, busy atm... I'll let ya know!
- GuestGuest
Alright!!
Thanks @Ange Tuteur. Works perfectly! I kept the other code in place, just in case FM cut some corners and had the iframe in place temporarily...
New code:
It screwed up the other JS however... http://prntscr.com/c7sbhp
EDIT: It's prolly the 854 px width doing that in the new iframe CSS. I'll fix that after dinner
Thanks @Ange Tuteur. Works perfectly! I kept the other code in place, just in case FM cut some corners and had the iframe in place temporarily...
New code:
- Code:
/*--- RESIZE AND CENTER EMBEDDED (YT) VIDEOS --------------------*/
.post iframe[src*="youtube"] {margin:0 auto;display:block;width:854px !important;height:480px !important;}
.post .postbody .content.clearfix div embed {display:block !important;margin:0 auto !important;width:854px
It screwed up the other JS however... http://prntscr.com/c7sbhp
EDIT: It's prolly the 854 px width doing that in the new iframe CSS. I'll fix that after dinner
- GuestGuest
All fixed now It was 700 x 420 px.
- GuestGuest
*** Topic solved, locked and archived ***
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum