Deprecated
Usage
PHP
nebula()->fpo_bg_image($type, $color)
Parameters
$type
(Optional) (String) The type of placeholder image
Default: None
$color
(Optional) (String) The color of the background
Default: #aaa
Parameter Notes
If $type is “unsplash” or “photo”, Nebula will use a random Unsplash.it image.
Examples
PHP
<div class="row" style="<?php fpo_bg_image(); ?>">
Additional Notes
Note: The unsplash_it() function may have been removed from Nebula and therefore may need to update this function.