mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 04:22:58 +00:00
f
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user