On Tue, Nov 12, 2024 at 1:03 AM Zahid Rahman <zahidr1000@xxxxxxxxx> wrote:Hi,In my development environment running in Visual Code and a live serverThe carousel is behaving as it is programmed using CSS HTML.The images are coming from a misty white fog from the right and disappearing into a misty white cloud on the left.However when I host it the white effect is not showing .Same codebaseSame browserI feel there must be a bug in the webserver at the hosting site.httpd isn't going to change the contents of your site per se, no. That being said, some rewrite rules or redirects could lead to inaccessible static content, or incorrect references, so check that first.Your best bet is to use the developer tools included with your browser (F12, typically) to troubleshoot.