mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Using scaling when displaying quicktime
This commit is contained in:
parent
a72170fb39
commit
245f5aaa61
1 changed files with 2 additions and 1 deletions
|
@ -297,8 +297,9 @@
|
||||||
echo '<param name="autoplay" value=true />';
|
echo '<param name="autoplay" value=true />';
|
||||||
echo '<param name="loop" value=true />';
|
echo '<param name="loop" value=true />';
|
||||||
echo '<param name="controller" value=true />';
|
echo '<param name="controller" value=true />';
|
||||||
|
echo '<param name="scale" value="tofit" />';
|
||||||
echo "\n<embed src=\"$fullurl\" name=\"quicktime\" type=\"$mimetype\" ";
|
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 ' autoplay="true" controller="true" loop="true" ';
|
||||||
echo ' pluginspage="http://quicktime.apple.com/">';
|
echo ' pluginspage="http://quicktime.apple.com/">';
|
||||||
echo '</embed>';
|
echo '</embed>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue