Tagged: x
-
AuthorPosts
-
November 1, 2016 at 11:53 am #1239418
mahmoud237ParticipantHow to remove the black top and bottom padding on youtube video done by convert plug … That padding becomes visible on smaller screens …. please check the attached image
November 1, 2016 at 12:35 pm #1239452
JoaoModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 1, 2016 at 2:05 pm #1239626
mahmoud237ParticipantThis reply has been marked as private.November 1, 2016 at 10:12 pm #1240195
Prasant RaiModeratorHello There,
Thanks for writing in!
Upon visiting your website i am getting Error establishing a database connection error message. We request you to kindly look into the matter and provide us the correct URL.
Thanks.
November 2, 2016 at 10:42 am #1240947
mahmoud237ParticipantThis reply has been marked as private.November 2, 2016 at 3:07 pm #1241355
LelyModeratorHi There,
This is because iframe is not responsive by default. Video is loaded as iframe. We can use custom CSS to tweak the height on different screen side. Please try adding the following code on Appearance > Customize > Custom > Edit Global CSS:
@media (max-width: 480px){ .postid-112 iframe.cp-youtube-frame, .postid-112 .cp-modal, .postid-113 iframe.cp-youtube-frame, .postid-113 .cp-modal { max-height: 271px !important; } } @media (max-width: 700px){ .postid-112 iframe.cp-youtube-frame, .postid-112 .cp-modal, .postid-113 iframe.cp-youtube-frame, .postid-113 .cp-modal { max-height: 2801px !important; } }Do you have any reason why you chose convertplug in displaying video? We can use default X theme video element. You might want to try that and compare.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1239418 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
