Wednesday, June 25, 2025
31.9 C
Singapore

Fire breaks out again at Jurong Island

Facebook user Marcelo Adolfo Gengosa posted a video which showed black plumes of smoke rising up beside refinery chimneys in Jurong Island. Singapore Civil Defence Force (SCDF) said they were responding to a fire at Singapore Refinery Company. The fire started at about 9.50am.

https://www.facebook.com/siloycat/videos/vb.784428885/10155289099448886/?type=2&theater

This is the second fire in recent months on the island. On 20 April, a massive fire broke out on Jurong Island after an oil tank caught fire.

Oil tank catches fire at Jurong Island

A massive fire has broken out on Jurong Island after an oil tank caught fire. The tank contained light crude oil and measured 40m by 20m. Read more: http://bit.ly/1SYP6muA reader sent this dramatic video to TODAY. Can you see the fire from where you are? Send us your videos and photos at today@mediacorp.com.sg

Posted by TODAY on Wednesday, 20 April 2016

 

See also  Car workshop staff allegedly rams customer's Lamborghini into lorry at Bukit Batok 

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });