Mohamed Haytham

Results 1 comments of Mohamed Haytham

``` TinyEditor::make('content') ->setCustomConfigs([ 'sandbox_iframes' => true, 'sandbox_iframes_exclusions' => ['IFRAME_DOMAINS'], ]), ``` This should solve the problem. I faced the same issue while embedding videos from api.video. After search, I found...