summaryrefslogtreecommitdiff
path: root/modules/gallery/models
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-06-17 09:10:01 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-06-17 09:10:01 -0700
commit2bbce8dddb0ab0a00aee727e2f639b793988a1d1 (patch)
treeaa74321274903b7437015746532865402b7f4f6f /modules/gallery/models
parent6e54286ef25d02910e69ce553ab1c719dc7299cc (diff)
Fix for ticket #1117 align videos to the center.
Diffstat (limited to 'modules/gallery/models')
-rw-r--r--modules/gallery/models/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php
index 5e8a2d09..4d05e4da 100644
--- a/modules/gallery/models/item.php
+++ b/modules/gallery/models/item.php
@@ -684,8 +684,8 @@ class Item_Model extends ORM_MPTT {
}
}
- $v->attrs = array_merge($extra_attrs,
- array("style" => "display:block;width:{$width}px;height:{$height}px"));
+ $v->attrs = array_merge($extra_attrs, array("style" => "width:{$width}px;height:{$height}px",
+ "class" => "g-movie"));
if (empty($v->attrs["id"])) {
$v->attrs["id"] = "g-item-id-{$this->id}";
}