Changeset 950

Show
Ignore:
Timestamp:
02/13/07 10:08:57 (2 years ago)
Author:
ben
Message:

Removed hardcoded width and height on videos in blog posts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/weblogs/weblogs_text_process.php

    r742 r950  
    3232                 
    3333                \$matches[1] = str_replace("&","&",\$matches[1]); 
    34                 return "<embed style=\"width:400px; height:326px;\" id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"\$matches[1]\" />"; 
     34                return "<embed id=\"VideoPlayback\" type=\"application/x-shockwave-flash\" src=\"\$matches[1]\" />"; 
    3535                 
    3636END;