Skip to content

v2.0.7 — Fix floating video on product page, improve settings UI

Choose a tag to compare

@maitpatni maitpatni released this 07 May 15:07
· 1 commit to main since this release

Fixes

  • Floating video player on product pages now renders correctly with proper dimensions
  • Video source URL properly handled (was causing empty video element)
  • Product Page Video setting now actually controls whether the floating player shows
  • Related Product setting value is now passed to the popup modal via AJAX

Settings UI Improvements

  • Replaced confusing "Hide/Show" checkboxes with clear "Yes/No" dropdown selects
  • Added missing "Floating Video on Product Page" setting to the UI
  • Added helpful descriptions under each setting

CSS

  • Complete rewrite of floating video player CSS with explicit container dimensions
  • Video container (.videoBox) now has fixed width/height ensuring video is always visible
  • Proper z-index layering for controls overlay on the video
  • Mobile responsive sizing (smaller floating player on phones)