I have a demosite (incomplete layout)
http://tippingproductions.com/tpc/demosite5/
When I look at this in HTML Editor the image and the video are the same size but different when I upload it. Its supposed to be the same size as the picture next to it. Both are supposed to be 383 x 221 px.
Thanks in advance
Byron
http://tippingproductions.com/tpc/demosite5/
When I look at this in HTML Editor the image and the video are the same size but different when I upload it. Its supposed to be the same size as the picture next to it. Both are supposed to be 383 x 221 px.
Thanks in advance
Byron
It will not be perfect as the video is controlled via CSS. But you can change the padding-bottom set in .cc-video-wrapper to 34.75% and that should bring it close to the same size.
Thanks will try - why does it work great in HTML editor?
This is most likely because of the screen size you are viewing at that time in the program.
Adam
Why does the video overlay the image when I reduce the screen size?
Thanks
Byron
Why does the video overlay the image when I reduce the screen size?
Thanks
Byron
If you create a max-width of 383px on the video as you have with the image they become near enough the same size. On checking your iframe in the inspector here is the code I get
<iframe width="584" height="354" src="https://www.youtube.com/embed/GhboBwc12rA" frameborder="0" allowfullscreen></iframe>
so you have 584 x 354 so this is part of the problem
<iframe width="584" height="354" src="https://www.youtube.com/embed/GhboBwc12rA" frameborder="0" allowfullscreen></iframe>
so you have 584 x 354 so this is part of the problem
Tony
(Great Pic!)
Not sure what you mean - I tried changing the dimensions to what you have and it still does the same thing
Not sure what you mean - I tried changing the dimensions to what you have and it still does the same thing
Hurts the nostrils though - wibble
mmmm need to think about this as it is showing to large in the inspector so somehow the sizes you are inputting are not changing.
mmmm need to think about this as it is showing to large in the inspector so somehow the sizes you are inputting are not changing.
Tony
think I will try re importing RLM and maybe clean this up
Ok - now Im really stumped - I re imported everything and changed sizes and it still super imposed the video over the jpg.
It seems to work ok before I import the pic and video
Thanks
It seems to work ok before I import the pic and video
Thanks
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.