lucaspulliese/vue-cool-lightbox

Videos with uppercase extension not recognized

Opened this issue · 0 comments

First off, thanks for developing this tool, it's been really helpful.

I've got one issue so far though: When dealing with .MP4 files (as generated by many digital cameras), vue coolbox won't recognize it as a video. Looking at the code (

) it seems that currently the comparison is done in a case-sensitive way. Maybe changing this to be case insensitive would help solve this.