次のコードがあり、phpを使用している場合に幅/高さを変更する方法:
<iframe src="http://player.vimeo.com/video/43598400"
webkitallowfullscreen=""
mozallowfullscreen=""
allowfullscreen=""
frameborder="0"
height="300"
width="500">
</iframe>
に:
<iframe src="http://player.vimeo.com/video/43598400"
webkitallowfullscreen=""
mozallowfullscreen=""
allowfullscreen=""
frameborder="0"
height="400"
width="680">
</iframe>
使用法は非常に限られているので、簡単な交換ソリューションが必要です。