Disabling Download Media Feature

I’d like to remove the option to “Select Media to Download” in the dropdown list on my embedded replay page. Is there a config rule I can set in to toggle that off?

This is a new feature we’ve added in latest ReplayWeb.page, can make an option to turn it off, or make it off by default. The idea was to help users who want to download images, as right-click often does not work.

@jmulliken This option is now available in ReplayWeb.page 2.4.1

You can add nomediadownload, in your embed to hide that option, eg: <replay-web-page nomediadownload …>

1 Like

Just to clarify, that syntax would look like, for example:

<replay-web-page
      nomediadownload="true"
      coll="emp"
      replayBase="replay/"
      deepLink="true"
      source="empwacz.wacz"
      liveRedirectOnNotFound="true"
      url="https://emptiness.eu/"
      ts="20260121160800">
    </replay-web-page>

Is that right?

1 Like

Yes, just tested after updating to Replay 2.4.3, and that’s correct.

1 Like