video tag change height and width
-
Hi guys
I try to change the height and width of the standard video tag. Unfortunately without success. Here is my code snippet:
foreach( $query as $result ){ ...... echo wp_video_shortcode( '[video widht="300" height="200" mp4="'.$url.'/wp-content/uploads/'.$img.'"][/video]' ); ..... }
Any idea?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘video tag change height and width’ is closed to new replies.