Skip to content

Commit

Permalink
Remove file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
katalysis committed Jan 8, 2024
1 parent 666ee63 commit 38094d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions concrete/themes/atomik/blocks/image_slider/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@
$f = File::getByID($row['fID']); ?>
<?php if (is_object($f)) {
$tag = Core::make('html/image', ['f' => $f])->getTag();
$tag->setAttribute("width", $f->getAttribute('width'));
$tag->setAttribute("height", $f->getAttribute('height'));
if ($row['title']) {
$tag->alt(h($row['title']));
} else {
Expand Down

0 comments on commit 38094d3

Please sign in to comment.