It is so easy to do that. If you don’t want to see annotations (or cards) for any video whatsoever, you can disable all interactive elements by heading to settings, clicking on Playback from the Account Settings panel on the left, and then unchecking the box for “Show in-video info cards”
Tag: setting
Default Settings for Datatable in MVC
When working with DataTables over multiple pages it is often useful to set the initialisation defaults to common values (for example you might want to set dom to a common value so all tables get the same layout). This can be done using the $.fn.dataTable.defaults object. This object will take all of the same parameters as the DataTables initialisation […]