algoz098 / vue-player

A hml5 video player vue component
23 stars 12 forks source link

Conflict with Bootstrap class "container" #5

Closed deni5n closed 4 years ago

deni5n commented 4 years ago

When BootstrapVue is used, the class "container" defined in the file "videoPlaceholder.vue" overrides its own Bootstrap class and everything breaks.

For correction, I simply replaced the class name "container" in the file "videoPlaceholder.vue" with "container-player"

emipmttt commented 4 years ago

same, with "button" class name button, you could change class names like vue-player-button or vue-player-container, 'couse the current names are very generic