Skip to content

Commit 6264a37

Browse files
committed
change
1 parent cd85353 commit 6264a37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

multiloquent-base.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,11 @@ public function multiloquent_paralax_slider()
971971
$output .= '<span style="background-image:url(' . $theimg . ');" class="grayscale"></span>';
972972
$output .= '<div class="paralax_image_bg ' . $colour . '"></div>';
973973
break;
974+
default:
975+
$output .= '<div class="paralax_image_holder float-left col-sm-4 col-md-4 col-lg-4 alpha omega"> ';
976+
$output .= '<span style="background-image:url(' . $theimg . ');" class="grayscale"></span>';
977+
$output .= '<div class="paralax_image_bg ' . $colour . '"></div>';
978+
break;
974979
}
975980
$output .= '<div class="paralax_image_text"><span class="h1"><a href="' . get_permalink($val->ID) . '">' . trim(stripslashes($this->multiloquent_post_title($val->ID))) . '</a></span>';
976981
$output .= '<p>';

0 commit comments

Comments
 (0)