Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Nivo Slider – Responsive

New Front EN Support Forums Ikebana Theme Support Nivo Slider – Responsive Reply To: Nivo Slider – Responsive

#6711
Gabi Posch
Member

Solved – I found out – how i can make this work:

I changed in > shortcodes/lib/shortcodes.php > Line: 556 this:
$return .= ‘<div id=”‘ . $slider_id . ‘” class=”su-nivo-slider” style=”width:’ . $width . ‘px;height:’ . $height . ‘px;max-width:100%;max-height:100%”>’;

EASY – i only added max-width and max-height.