Closed ausi closed 8 years ago
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']); } ?>
Similar to #25