fix: remove video poster attribute to prevent image flash
Former-commit-id: d06c22c2b6d144eddff379b693fc2e080dd4c64e
This commit is contained in:
@@ -44,7 +44,7 @@ export function InitialLoader({ shouldShowLoader = true }: { shouldShowLoader?:
|
||||
|
||||
const finishLoading = () => {
|
||||
// Set a session cookie so the server knows not to render the loader again
|
||||
document.cookie = "etib_initial_load=true; path=/; samesite=lax";
|
||||
document.cookie = "etib_initial_loader_v3=true; path=/; samesite=lax";
|
||||
setIsLoading(false);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user