This commit is contained in:
Tomas Dvorak
2025-05-29 12:42:43 +02:00
parent d27c75c83f
commit d2d12ba482
-3
View File
@@ -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';