File "frontend.css.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/slideshow/includes/frontend.css.php
File size: 163 bytes
MIME-type: --
Charset: utf-8
<?php if ( ! empty( $settings->height ) ) : ?>
.fl-node-<?php echo $id; ?> .fl-slideshow-container {
height: <?php echo $settings->height; ?>px;
}
<?php endif; ?>