WordPress – CSS image scrolling animation stopping too soon
I have the following code in a HTML Block on a Wordpress website: <!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Durchlaufendes Band aus Bildern mit CSS</title> <style> #bildband-container { overflow: hidden; width: 100%; } #bildband {…