gauravsarup
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginHello Pascal,
I am happy to share with you that finally we found the root cause of this problem. This can be closed now.
Thanks for all your help so far.
Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginFrom Chrome developers tool I checked and found that:
Under Application tab — Frames — TOP, we get below result:
Cross-Origin Isolated = No
Cross-Origin Embedder Policy (COEP) = None
Cross-Origin Opener Policy (COOP) = UnsafeNoneForum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories plugin+ I disabled all other plugins but still isCrossOriginIsolationEnabled seems to returns FALSE
Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginI checked and I see both the headers. What should be the next step now?
Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginIf we change the line of code (below) to TRUE then it renders the trimmer…seems that we need to send a header to allow embedding.
const isCrossOriginIsolationEnabled = Boolean(window?.crossOriginIsolated);Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginI noticed that definition for ‘WEBSTORIES_DEV_MODE’ was missing in the vip-config.php
I added it and now I can see the ‘Experiments’ section in the WP Admin Webstories dashboard menu. However, trim button is still not there when editing a video (.mp4)Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginI am using Chrome Version 98.0.4758.102 (Official Build) (arm64) on MacBook Pro (M1 chip)
Forum: Plugins
In reply to: [Web Stories] ‘Trim’ button not available in Google Webstories pluginHello Pascal, thanks for your reply. Yes, ‘Video optimization’ is already enabled.