diff --git a/assets/js/flexslider.load.js b/assets/js/flexslider.load.js index 8423c6f..e7366d4 100755 --- a/assets/js/flexslider.load.js +++ b/assets/js/flexslider.load.js @@ -34,7 +34,7 @@ $('#' + id, context).once('flexslider', function() { // Remove width/height attributes // @todo load the css path from the settings - $(this).find('ul.slides > li > *').removeAttr('width').removeAttr('height'); + $(this).find('ul.slides > li *').removeAttr('width').removeAttr('height'); if (optionset) { // Add events that developers can use to interact.