diff --git a/concrete/themes/atomik/blocks/image_slider/view.php b/concrete/themes/atomik/blocks/image_slider/view.php index 02527b57b1a..9f05a6c0f8d 100644 --- a/concrete/themes/atomik/blocks/image_slider/view.php +++ b/concrete/themes/atomik/blocks/image_slider/view.php @@ -75,8 +75,6 @@ $f = File::getByID($row['fID']); ?> $f])->getTag(); - $tag->setAttribute("width", $f->getAttribute('width')); - $tag->setAttribute("height", $f->getAttribute('height')); if ($row['title']) { $tag->alt(h($row['title'])); } else {