Skip to content

Commit

Permalink
Apply fixes from StyleCI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi authored May 30, 2019
1 parent 007063e commit 6e5c9c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/LaravelCards.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,11 @@ public static function prepareCardHtml($parameters, $post)
$ret .= "<img class='featurette-image img-fluid mx-auto' src='/storage/images/posts_intro_images/".$post['introimage']."' alt='".$post['introimage_alt']."'>";
$ret .= '</div>';
}

/*$ret .= "<div class='image col-12 ".$parameters['img_col_order_class']."'>";
$ret .= "<img class='featurette-image img-fluid mx-auto' src='/storage/images/posts_intro_images/".$post['introimage']."' alt='".$post['introimage_alt']."'>";
$ret .= '</div>';*/



if ($parameters['container_wrap']) {
$ret .= '</div>';
}
Expand Down

0 comments on commit 6e5c9c5

Please sign in to comment.