pavsid
pavsid
Use the `onOpening` callback to add the `allowfullscreen` attribute to the iframe. Might be a better way but this works for me... ``` onOpening: function () { $('#modal-video').find('iframe:first').attr('allowfullscreen', 'allowfullscreen'); }...
This is the fix.. EloquentPostRepository.php:47 `$post->setTags(array_get($data, 'tags', []));`
@nWidart I'd like to start contributing, and am following the steps listed [here](https://asgardcms.com/docs/v3/getting-started/contributing) , but am stuck at `Run ./travis.sh` - never used travis before, and have never sent a...
No need for my PR anyway - looks like this issue was addressed in branch 2.0 so just needs merging into master?