videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

Video style not showing correctly #831

Open sergio-27 opened 5 years ago

sergio-27 commented 5 years ago

Description

I have installed videogular2 in angular 7 and it is not showing correctly once i have added to the html. I have all the modules imported and everything i need installed.

Expected Behavior

I would like that the video shows correctly in miniature like in netflix. I am using mat grid list from angular material and putting inside one grid de vgplayer tag.

image

Actual Behavior

If i reduce height and width of the video, it works but not showing correctly.

image

Attachments

This is how it shows when i just have one column in the grid list.

image

Version of Angular

image

sliceofbytes commented 5 years ago

This is likely just a css issue with your code and not related to videogular2. If you can provide a repro I can look into it further.