angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

Problem when insert <img> tag in <li>

Open kidqn opened this issue 9 years ago • 3 comments

Hi, I face a problem when using carousel. If I try ul li style="backbround-image">the carousel has smooth scrolling. But I try this code: ul rn-carouse li ng-repeat="item in items" style="height: 300px;" div " Hello beautiful girl img style="width: 90%; height: 90%" src="imageUrl.jpg" /div li ul When i click or tap on image , i can't scroll carousel, but if I tap or click outside image but still in div, it is OK. Can I help you?

kidqn avatar Oct 31 '14 08:10 kidqn

can you provide a sample plunker demonstrating the issue please ?

revolunet avatar Oct 31 '14 09:10 revolunet

http://plnkr.co/edit/I5EWwcgKgxRcswTyvMek Hi this is my plunker. There are differences if I tap on Green area and Images. When I tap on images and swipe, the images is sticky to point mouse , so I have to click two or more times to drop image and swipe to other container in carousel.

kidqn avatar Oct 31 '14 10:10 kidqn

I had the same issue, using divs instead of images fixed it

jadjoubran avatar Oct 17 '15 08:10 jadjoubran