5

I have to use angular masonry grid styles for videos instead of images, I referred most of the angular masonry docs and all I could find is it of using for images.I replaced the img tag and used video tag but still it doesn't seems working.Can anyone help me out how to include videos.

safeer
  • 129
  • 6
  • It would be very very hard to implement such a thing as video controls are nearly impossible to make responsive. If you still want to try something take a look at this https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php – Mandeep Jain Nov 11 '16 at 12:35
  • 1
    I don't agree with @Mandeep Jain. It is possible for sure, we can customise the script easily. – Thomas John Nov 16 '16 at 04:40

1 Answers1

5

Thank you guys. At last I got it worked, I replaced the img tag with video tag and it is working perfectly. Try this and replace the tags.

safeer
  • 129
  • 6