Large Webm Video shows on web browser but not in game

Hi,
I am using Vue.js and the video im trying to show is larger than 500mb and is a transparent webm(VP9) file. and it shows on my web browser fine but not in-game.
Code:

<template>
    <div class="flame-bar">
        <video id="flame" autoplay muted>
            <source src="../assets/green-flame.webm" type="video/webm" />
            Sorry, your browser doesn't support embedded videos
        </video>
    </div>
</template>

Is there a limit or restriction using fivem nui thats affecting it?
Thanks in advance

My bad i didnt inlclude the file in fxmanifest :P. works great now!!