Hit enter to search or Esc to close
// Getting the video duration
$jsonUrl = "https://fast.wistia.com/embed/medias/" . $video_id . ".json";
// Fetch the JSON data
$jsonData = file_get_contents($jsonUrl);
// Decode the JSON data into a PHP associative array
$data = json_decode($jsonData, true);
// Access the 'duration' value within the 'media' key
$duration = $data['media']['duration'];
// Round the duration to the nearest second
$duration = round($duration);
// Convert the duration to minutes and seconds
$minutes = floor($duration / 60);
$seconds = $duration % 60;
// Format the minutes and seconds to ensure two digits
$formattedDuration = sprintf('%02d:%02d', $minutes, $seconds);
?>On Tuesday 23 June, Newton held a virtual roundtable on how retail’s workforce can unlock productive growth. The panel discussion was made up of leaders from across the industry – Justin King (former CEO of Sainsbury’s), Belinda Earl (former CEO of Debenhams and Board member at Woolworths Holdings Ltd RSA) and Matt Truman (Founder of True.) and hosted by our industry experts Jonny Gatus, Jazz Swift and Kayleigh Brennan who lead Newton’s Supercharging Retail practice.

Register now
At our leadership breakfast event on Wednesday, 30 September in central London, we’ll explore how hyper-connected stores are transforming operational efficiency, commercial performance, and customer experience alongside IGD (Institute of Grocery Distribution) and speakers from some of the world’s leading retailers.

Read our latest blog
Discover how Newton’s ‘Supercharging Retail’ work across the global retail sector shows how strategy, technology and human behaviour move in lockstep – from the boardroom all the way to the shop floor, and how retailers can seize the opportunity to maximise the role of the store as a truly strategic asset.
Read the blog here