change video height

This commit is contained in:
Frédéric Péters 2012-05-11 13:36:21 +02:00
parent fff8385b45
commit c598e4ce0e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ jQuery(document).ready(function(){
</div>
<script>
$('a.videopresentation').click(function(event) {
window.open($(this).attr('href'), 'videopresentation', 'width=498,height=594');
window.open($(this).attr('href'), 'videopresentation', 'width=498,height=620');
event.preventDefault();
});
</script>