Tagged: text editor, video
Hello friends,
Thank you for all the time your create to help us all made the best websites.
I am wishing to add a video in my text block inserted from the url, yet there is no option on what size I can make it.
I realize I could use 1/2 layout element and put the video in there, yet then all the text is to the size and we do not want that.
How would we accomplish this within the text editor?
Thank you
Hey Nathan!
Not really sure I understand. Have you considered using our video shortcode?
Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Regards,
Elliott
I’m working on this page:
http://bodytalkcare.com/about/meet-nathan/nathans-story/
And I’m wanting to add a video to the right of the one already there at the bottom.
Thank you
Hi,
I realize I could use 1/2 layout element and put the video in there, yet then all the text is to the size and we do not want that.
Do you mean that you want to display the video inline with the text above it? Did you try the layout elements to achieve that? If so, what problems did you face?
Regards,
Rikard
http://bodytalkcare.com/about/meet-nathan/nathans-story/
My vision is to have the top video be the same size as the one below.
And to have the top video be in alignment evenly spaced to the right, and have the one below it on the left please.
Thank you for your time and assistance I appreciate it Rikard.
Hi,
I would try to put both videos in their own 1/2 element to see if that renders the look you want. If not then please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
http://bodytalkcare.com/about/meet-nathan/nathans-story/
I did 1/2 pages and they are showing up different sizes.
Hey,
It’s the WordPress default styling acting there, please try the following in Quick CSS:
.page-id-575 #mep_1 {
width:480px !important;
height:360px !important;
}
Best regards,
Rikard
Thank you it worked.