Closed this issue 8 years ago · 1 comments
Similar to #25
I've added the following code at the top of my rsts_* template to fix this:
rsts_*
<?php if (count($this->slides) < 2) { $this->options = array_replace($this->options, ['type' => 'fade']); } ?>