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.