<div class="Collage effect-parent">
<div class="Image_Wrapper" data-caption="<h4>Test</h4>Test">
<a>
<img src="img/1.jpg">
</a></div>
</div>
I am applying transform rotate css to Image_Wrapper class , and it works great on firefox.
For chrome/safari browsers am adding -webkit prefix too , but its not working.
As soon as i remove collagePlus() function , -webkit-transform works fine !
I tried checking collagePlus js to see whats making transform rotate not work , but no luck !
Help is appreciated.
I am applying transform rotate css to Image_Wrapper class , and it works great on firefox.
For chrome/safari browsers am adding -webkit prefix too , but its not working.
I tried checking collagePlus js to see whats making transform rotate not work , but no luck !
Help is appreciated.