HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/diverso/slider-nivo.php
<?php 
/**
 * @package WordPress
 * @subpackage Impero
 * @since 1.0
 */
?>  
 
    <!-- START SLIDER -->
    <div class="slider-wrapper theme-default">
        <div class="ribbon"></div>
        <div id="slider" class="nivo" style="height:<?php yiw_slide_the('height') ?>px">
            <?php while( yiw_have_slide() ) : ?>
                        <?php yiw_slide_the( 'featured-content', array(
                                 'container' => false,
                                 'video_width' => 439,
                                 'video_height' => 245
                              ) ) 
                        ?> 
            <?php endwhile; ?>
        </div>
    </div>