-
Notifications
You must be signed in to change notification settings - Fork 705
Cannot make it work with Ionic #389
Comments
Did you ever solve this @samarthagarwal ? |
+1 |
1 similar comment
+1 |
I've got this working in Ionic. All I had to do was set a min-height on the parent UL.
|
Yeah had so also set a height property to get it work.. You could also overwrite the |
Using this in my project
I think it may be rendering with height of 0px, so I added the ionic class "pane" which I think will make it fill the whole content. |
The code for the carousel, as well as the images nested inside would appear in the source inspector but nothing was being rendered for me. I fixed this by adding |
How can i make the height of the carousel "responsive"?? |
I have been trying to make it work with Ionic but the CSS classes are conflicting. It gets loaded but is not rendered.
Here is the code I am using.
<div class="list"> <div class="item item-image"> <ul rn-carousel class="image"> <li ng-repeat = "image in product.images"> <div class="layer"><img ng-src="{{image.src}}"/></div> </li> </ul> </div> </div>
The text was updated successfully, but these errors were encountered: