mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Using scaling when displaying quicktime
This commit is contained in:
parent
a72170fb39
commit
245f5aaa61
@ -297,8 +297,9 @@
|
||||
echo '<param name="autoplay" value=true />';
|
||||
echo '<param name="loop" value=true />';
|
||||
echo '<param name="controller" value=true />';
|
||||
echo '<param name="scale" value="tofit" />';
|
||||
echo "\n<embed src=\"$fullurl\" name=\"quicktime\" type=\"$mimetype\" ";
|
||||
echo ' height="450" width="600" ';
|
||||
echo ' height="450" width="600" scale="tofit"';
|
||||
echo ' autoplay="true" controller="true" loop="true" ';
|
||||
echo ' pluginspage="http://quicktime.apple.com/">';
|
||||
echo '</embed>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user