Minor code error
-
Hi
The plugin works very well thank you. I just came across a code error while debugging my custom theme:
On line 161 of the file html5-video-player-php the code is:
<div style=”margin:0px auto; <?php $pwidth=get_post_meta($id,’_ahp_video-size’, true); if ($pwidth==0){echo ‘width=”100%”‘;}else{echo ‘max-width:’.$pwidth.’px’;} ?>”>but I think it should be … echo ‘width:100%’
Kind regards
Niels
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minor code error’ is closed to new replies.