This is a non-critical issue, but could you update your Joomla! plugin to help reduce the PHP 7+ issues with deprecation warnings?
In your plugin, on line 29 of the webrotate360/webrotate360.php file change
function PlgContentWebRorate360(&$subject, $config);
to
function __construct(&$subject...