diff --git a/includes/iconoverview.php b/includes/iconoverview.php
index c53a782c..e4edb38a 100644
--- a/includes/iconoverview.php
+++ b/includes/iconoverview.php
@@ -93,11 +93,13 @@ class IconOverview extends IconTplFactory
$img_file = $icon['file'];
}
- $icon_str = vsprintf('
', array(
+ $icon_str = vsprintf('
', array(
$github_base_dir,
$this->remove_dot_base($img_file),
htmlspecialchars($name_str),
$this->remove_dot_base($img_file),
+ $icon['w'],
+ $icon['h'],
));
$class_str = vsprintf('**`%s`**', array(implode(' ', $classes)));