-
Author
-
December 16, 2016 at 20:34 #147295
billybragg
ParticipantHello, I’ve noticed an issue for embedded YouTube videos…After you hit the “Load More” posts button in the activity feed or on Group pages, any YouTube video that has previously been embedded is completely blown up where half the player is cut off.
Videos embedded and listedĀ before the initial “Load More” button display just fine.
You can clearly see the issue in the attached image. Please advise how to correct this issue. Thank you!
December 19, 2016 at 05:08 #147377Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 19, 2016 at 18:50 #147452Radu
ModeratorHi,
Please take a look at this video: https://drive.google.com/file/d/0Bxo5b6iHWRMwZVFrZUZTZkI5Sms/view i cannot reproduce that.
That it’s happening on a specific browser?
Try to empty your browser cache and try again.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 19, 2016 at 19:37 #147458billybragg
ParticipantWhat browser are you using in that video? I receive the error in Chrome, Firefox, and Safari.
December 19, 2016 at 21:03 #147467Radu
ModeratorI’m using google chrome.
What resolution are you running ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 19, 2016 at 21:55 #147477billybragg
ParticipantRetina MacBook Pro 15.4″ with 2880×1800 resolution.
December 19, 2016 at 22:00 #147478billybragg
ParticipantAdditionally, the same issue is present on mobile devices. See attached.
December 20, 2016 at 17:20 #147558Radu
ModeratorHi,
Add this css to wp-admin -> theme options -> quick css
COPY CODE.activity-inner iframe[src*="youtube.com"] { width: 100% !important; height: 100% !important; min-height: 460px; }We will include this fix on next theme update.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 20, 2016 at 21:07 #147584billybragg
ParticipantThis code had no change on the affected videos.
December 21, 2016 at 18:01 #147695Radu
ModeratorHi,
The reason for not working are the supplementary quotes

The CSS should look like this in your quick CSS area

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 21, 2016 at 20:09 #147722billybragg
ParticipantI do see those extra characters in my source code, but I’m not adding them when I place the code you provided in quick css. See image attachment.
December 22, 2016 at 17:51 #147802Radu
ModeratorPlease taka e look i’ve replaced the code from your quick css area with this
COPY CODE.activity-inner iframe { width: 100% !important; height: 100% !important; min-height: 460px; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2016 at 23:04 #148250billybragg
ParticipantThis is getting closer to fixing the problem…However, forcing a minimum height still gives a pretty ugly result on mobile/small screens.
See the attached thumbnail preview and the resulting video in progress.
Again, this issue only presents itself AFTER pressing the “Load More” button. Is there no way to eliminate this issue altogether?
Thx
January 3, 2017 at 19:26 #148621Radu
ModeratorHi,
Add after the previous code this one
COPY CODE@media(max-width:600px) { .activity iframe { width: 100% !important; height: 100% !important; min-height:250px; } }This code will runs only if the device with it’s lower than 600px so this should fix your problem, if you are not happy with the player height on mobile change the max-height:250px; value to 0 or a larger one (0 represents default)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.