From d2d12ba4826d7917f6716d66d929aeb004b316f7 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Thu, 29 May 2025 12:42:43 +0200 Subject: [PATCH] f --- admin-dashboard.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin-dashboard.html b/admin-dashboard.html index 473cef8..2fd7c61 100644 --- a/admin-dashboard.html +++ b/admin-dashboard.html @@ -1757,9 +1757,6 @@ function updateBannerPreview() { const imageHeight = parseInt(document.getElementById('bannerImageHeight')?.value || '200'); const imagePosition = 'right'; // Always right-aligned - // Log the current position for debugging - console.log('Image position:', imagePosition); - // Create image container fixed on the right side const maxWidth = '30%'; const maxHeight = '300px';