Custom Result
@(!string.IsNullOrWhiteSpace(LocalBarcodeText) ? @LocalBarcodeText : "Results will be here")
diff --git a/BlazorZXingJSApp/Client/Pages/Index.razor.cs b/BlazorZXingJSApp/Client/Pages/Index.razor.cs
index 6c2dd60..6aaf2fa 100644
--- a/BlazorZXingJSApp/Client/Pages/Index.razor.cs
+++ b/BlazorZXingJSApp/Client/Pages/Index.razor.cs
@@ -16,6 +16,7 @@ public partial class Index
private string _imgSrc = string.Empty;
private string _lastError = string.Empty;
+ public string VideoElementStyle { get; set; } = "";
protected override void OnAfterRender(bool firstRender)
{