Marquee components error

Description

I’m getting an error in the console about the marquee:
src-YXOTZYAP.js:7 Failed to initialize Marquee instance: stop-drop-marquee with error: Error: Invalid height value for fs-marquee-instance=“stop-drop-marquee”. If you are using Images ensure to set loading=“eager” or set a specific height value to the image element. at x.setupContent (src-YXOTZYAP.js:1:8013) at new x (src-YXOTZYAP.js:1:6993) at new O (src-YXOTZYAP.js:7:2623) at _ (src-YXOTZYAP.js:7:5031) at init (src-YXOTZYAP.js:7:5240) at async S (fs-components.js?v=1739179822791:10:1033)

_ @ src-YXOTZYAP.js:7
init @ src-YXOTZYAP.js:7
await in init
S @ fs-components.js?v=1739179822791:10
await in S
k @ fs-components.js?v=1739179822791:10
x @ fs-components.js?v=1739179822791:10

I’m not using images in this instance, just text


It should be as an overlay in this section on the asset.
It was working previously so not sure what happened.

Site URL

Required: Please provide a staging/production URL where we can see the issue

Steps to Reproduce

Load page

Expected Behavior

Marquee working

Actual Behavior

Marquee not loading

Video/Screenshots

Required: Please provide a short screen recording showing the issue

  • Video link: [Loom/Screen recording URL]
  • Screenshots (if applicable): [Upload or link to screenshots]

Additional Context

  • Browser: Chrome Version 132.0.6834.160
  • Device: Macbook Pro 14"
1 Like

cc: @Support-Luis @Support-Pedro @Support_Rohan

It looks like the error is related to the height value not being properly set for the marquee. Since you’re not using images, try explicitly defining a height for the marquee container using CSS (e.g., min-height: 50px;). Also, check if any recent updates or changes might have affected the component’s initialization. If it was working before, reverting to a previous version or checking for conflicts in styles/scripts might help. Let me know if setting a fixed height resolves the issue!

3 Likes