Size of embedded videos on static page
-
Hi all,
I’ve been struggling to find a solution to my problem :
I put 2 videos next to each other on my home page (lower part, above footer) using a Word table. The first video is a Vimeo, and the other one is from Dailymotion.My problem is that even with the same settings, one is way bigger than the other.
https://www.frenchlegendsrugby.com
Here is my code :
<table border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td style="text-align: left;" valign="top" width="307"><a href="https://vimeo.com/72336455">Beach Rugby à Saint-Palais-sur-mer, le 2 ao?t 2013</a><iframe src="//player.vimeo.com/video/72336455?color=ffffff" height="437" width="437" allowfullscreen="" frameborder="0"></iframe></td> <td style="text-align: left;" valign="top" width="307"><a href="https://www.dailymotion.com/video/xy3kea_match-des-legendes-robert-pires_sport?search_algo=2">British & Irish Vs French Legends, Londres, le 22 février 2013</a><iframe src="https://www.dailymotion.com/embed/video/xy3kea?logo=on&highlight=120172" height="435" width="435" frameborder="0"></iframe></td> </tr> </tbody> </table>
Can anyone help me to get the 2 videos to be the same size???
Thanks in advance
[Moderator Note: Please ensure that you are embedding links correctly in your posts.]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Size of embedded videos on static page’ is closed to new replies.