function video_default_dimensions in Video 6.5
Same name and namespace in other branches
- 6.4 video.module \video_default_dimensions()
- 7 video.module \video_default_dimensions()
Default video dimensions.
4 calls to video_default_dimensions()
- video_default_widget_settings in ./
video_widget.inc - video_general_admin_settings in ./
video.admin.inc - Video general admin settings
- video_update_6500 in ./
video.install - Implementation of hook_update_N().
- video_widget_element_settings in ./
video_widget.inc - Process elements loads on settings
File
- ./
video.module, line 458 - Main file of the Video module.
Code
function video_default_dimensions() {
return "176x144\n352x288\n704x576\n1408x1152\n128x96\n160x120\n320x240\n640x480\n800x600\n1024x768\n1600x1200\n2048x1024\n1280x1024\n2560x2048\n5120x4096\n852x480\n1366x768\n1600x1024\n1920x1200\n2560x1600\n3200x2048\n3840x2400\n6400x4096\n7680x4800\n320x200\n640x350\n852x480\n1280x720\n1920x1080";
}