replace .children('img') with .find('img')
Don't expect images to be direct children of the slide element item. An image could also have an ```<a>``` tag as wrapper.
Loading
Please sign in to comment
Don't expect images to be direct children of the slide element item. An image could also have an ```<a>``` tag as wrapper.