Skip to content

Commit

Permalink
fixing cards background image link
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi committed May 30, 2019
1 parent 6e5c9c5 commit 3a6c53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelCards.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static function prepareCardHtml($parameters, $post)
$ret .= "<div class='image d-none d-md-block ".$parameters['img_col_size_class'].' '.$parameters['img_col_order_class']."'
style='
background-size: cover;
background-image: url(/storage/images/posts_intro_images/UQC5mBkk41BNs3mkhMzTysTs3LKu4SpaWFk1uGpQ.jpeg);
background-image: url(/storage/images/posts_intro_images/".$post['introimage'].");
min-height: 400px;
background-position: 50% 50%;
'>";
Expand Down

0 comments on commit 3a6c53e

Please sign in to comment.