Great customer service
Transparent prices and secure payments
Nationwide delivery possible for all orders
UK's largest online roofing shop
Get started right away with a 4-month payment period
Benefit from 0% in 4 monthly installments*
See financing options
*Status dependent. Minimum spend required. Terms and Conditions apply.
The SMART way to buy commercial building materials
Sign up for a cash or credit account, exclusive rebates, rebates and rewards with a CMO business account today
Good building starts with us
Consult our specialty stores
Be the first to know about special offers, product offers, exclusive discounts and industry news.
Would you like to empty your shopping cart?
Sim NO
'); } }); } Funktion callBackValidation() { var charexp = / /gi; // zum Entfernen von Leerzeichen verwendet var formError = false; $('#form__callback').find('.input__callback, .selectioncallback').each(function () { if ($(this).val().replace(charexp, "") = = "") { formError = wahr; } }); if (true === formError) { return false; } else { pushFormSubmission('Rückruf anfordern'); $('#js-call-back-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaCallBack); } } Funktion CallBackRecapcha (Token) { InsertCallBackRequest (); } function insertProductQuestion() { var thisForm = $("#product-question__form"); var questionFormHeader = $("#js-product-question-header-wrapper"); var questionHeaderWrapper = $("#js-product-question-header-wrapper"); var questionSaveBtn = $('#js-product-question-save-btn'); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, erro: function() { alert('Oder unsichtbares reCAPTCHA fehlgeschlagen, versuchen Sie es erneut.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false) ; }, Erfolg: Funktion (Antwort) { if (false === Antwort['E-Mail-Fehler']) { thisForm.hide(); questionFormHeader.html('
Thanks for the question about the product.
When your question has been answered, it will appear in the list above.
'); questionHeaderWrapper.addClass('product-question-success').removeClass('product-question-error'); grecaptcha.reset(recaptchaProduktfrage); } else { questionFormHeader.html('
there was a problem
'); questionHeaderWrapper.addClass('product-question-error').removeClass('product-question-success'); grecaptcha.reset(recaptchaproduct question); questionSaveBtn.css('Visibility', '').attr('disabled', false); } } }); } function productQuestionValidation() { var charexp = / /gi; // to remove or flush var alertMessage = ''; var formError = false; $('#product-question__form').find('.product-question__input').each(function () { if (($(this).attr('name') !== 'email_address' || $( this).attr('name') === 'telephone_number') && $(this).val().replace(charexp, '') === '') { alertMessage += $(this).data( 'error') + '\n'; formError = true; } else if ($(this).attr('name') === 'email_address' && /^[\w\d_-](\.?[ \w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($( this).val()) === false) { // Check that the email is not empty and valid alertMessage += $(this).data('error') + '\n'; formError = true ; } else if ( $(this).attr('name') === 'telephone_number' && /^[0-9s()-+]{6,25}$/g.test($(this) .val() .replace(charexp, '')) === false) { // Check if phone is not empty and valid alertMessage += $(this).data('error'); formError = true ; } }); if (true == formError) { alert('The following fields contain errors: \n' + alertMessage); wrong return; } else { pushFormSubmission('Product Question'); grecaptcha.execute(recaptchaproduct question); } } function contactFormSPERecaptcha(token) { woofuCaptchaValidate(token, 'collapseOne'); grecaptcha.execute(recaptchaContactFormSPE); } function contactFormCSERecaptcha(token) { woofuCaptchaValidate(token, 'collapseTwo'); grecaptcha.execute(recaptchaContactFormCSE); } function contactFormFCRecaptcha(token) { woofuCaptchaValidate(token, 'collapseThree'); grecaptcha.execute(recaptchaContactFormFC); } function contactFormValidation(contactFormReference, recaptchaVariable) { var charexp = / /gi; // to remove or flush var alertMessage = ''; var formError = false; $('#'+contactFormReference).find('.js-contact-form-input').each(function () { var field = $(this).data('label'); var required = $(this ).prop('required'); // Check if the required fields are present if (required && $(this).val() === '') { alertMessage += field + '\n'; formError = true ; } else if ('Endereço de e-mail' === Field && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\ .([\ w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // Check se or e - mail is not empty and valid alertMessage += field + '\n'; formError = true; } else if ('phones' === field && /^[0-9s()-+]{6,25 } $/g.test($(this).val().replace(charexp, '')) === false) { // Check if phone is not empty and valid alertMessage += field + '\n '; formError = true; } else if ('Query type' === field && 'Select a query type' === $(this).val()) { alertMessage += field + '\n'; formError = true; } }); if (true === formError) { alert('The following fields contain errors: \n' + alertMessage); wrong return; } else { grecaptcha.execute(recaptchaVariable); } } function woofuCaptchaValidate(token, contactFormReference) { $.ajax({ url: 'https://www.roofingsuperstore.co.uk/verify-captcha', type: 'POST', data: { 'g-recaptcha-response ': token }, dataType: "json", cache: false, error: function () { alert('O invisible reCAPTCHA fails, try again.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion ); } , Success: function(response) { if ('success' === response.response) { $('#' + contactFormReference + 'form .recaptcha-field').remove(); $('#' + contactFormReference + ' form').submit(); } else { alert('Invisible reCAPTCHA failed, try again.'); } } }); } function whatsappSharingRecaptcha(token) { grecaptcha.execute(recaptchaWhatsappSharing); } function smsSharingRecaptcha(token) { grecaptcha.execute(recaptchaSmsSharing); } function emailSharingRecaptcha(token) { grecaptcha.execute(recaptchaEmailSharing); } function validateBasketInput(inputId) { var charexp = / /gi; // to remove or flush var alertMessage = ''; if ($(inputId).attr('type') === 'tel' && /^[0-9+]{9,20}$/g.test($(inputId).val().replace( charexp, '')) === false) { // Check if phone is not empty and valid alertMessage += 'mobile number'; } else if ($(inputId).attr('type') === 'email' && /^[\w\d_-](\.?[\w\d_-])*@[\w\ d_ -]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(inputId).val()) === false) { / / Check if the email is empty and valid alertMessage += 'Endereço de e-mail'; } if (alertMessage.length > 0) { alert(alertMessage + 'is not valid.'); wrong return; } else { postSharingForm($(inputId).parent().parent().parent()); } } function postSharingForm(thisForm) { var shareBtn = thisForm.find('.share-button').first(); var thisFormId = thisForm[0].id; var gRecaptchaResponse = thisForm.find('.g-recaptcha-response')[0].value; var compartilhamentoVar = ''; if (thisFormId === 'smsMobileSharing') { sharingVar = recaptchaSmsSharing; } else if (thisFormId === 'whatsappMobileSharing') { sharingVar = recaptchaWhatsappSharing; } else if (thisFormId === 'emailSharing') { sharingVar = recaptchaEmailSharing; } var sharingInput = thisForm.find('.js-sharing-input'); if (gRecaptchaResponse === '') { alert('Verify or reCaptcha and try again.'); } else if (sharingVar !== '') { shareBtn.first().css('visibility', 'hidden').attr('disabled', true); $.ajax({ url: thisForm.data('url'), type: 'POST', data: { 'shareMethod': thisFormId, 'sharingInput': $(sharingInput).val(), 'permalink': $( '#basketPermalinkInput').val(), 'recaptcha': gRecaptchaResponse }, error: function () { shareBtn.first().css('visibility', '').attr('disabled', false); alert( 'Falha no compartilhamento, try again.'); grecaptcha.reset(sharingVar); grecaptcha.execute(sharingVar); }, success: function (response) { if (response['response'] === 'success') { var dataLayer = window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'basketShare', 'method': thisFormId, 'permalink': $('#basketPermalinkInput').val( ) }); thisForm.hide(); $('#js-sharing-success').show(); grecaptcha.reset(sharingVar); var basketSharedViaWhatsApp = response['cookies']['basketSharedViaWhatsApp']; var basketSharedViaSms = reply['Cookies']['KorbSharedViaSms']; var basketSharedViaEmail = reply['Cookies']['KorbSharedViaEmail']; if (KorbSharedViaWhatsApp && Bask ets haredV iaSms && basketSharedViaEmail) { $('.allShareContainers').remove(); } else { if (basketCompartilhadaViaWhatsApp) { $('#whatsappCompartilharContainer').remove(); } if (basketSharedViaSms) {$('#smsShareContainer').remove(); } if (basketSharedViaEmail) { $('#emailShareContainer').remove(); } } if (response['additional'] !== undefined) { var win = window.open(response['additional'], '_blank'); win.focus(); } } } }); } else { alert('Could not find a reCAPTCHA. Please update and try again.'); } } function productQuestionsRecapcha(token) { $('#js-product-question-save-btn').css('visibility', 'hidden').attr('disabled', true); insertProductQuestion(); } Function SubscribeFormValidation() { var formError = false; const CustomerName = $('#CustomerName'); const customer email = $('#customer email'); var alert message = ''; if (customerName.val().replace(/ /i, "") === "") { alertMessage += 'Your name.\n'; formErro = true; } if (/^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)? [\w]{2,20}$/g.test(customerEmail.val()) === false) { alertMessage += 'For the email to be valid.'; formErro = true; } if (true === formError) { alert('Please enter the following and try again: \n' + alertMessage); wrong return; } else { $('#js-subscribe-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaSubscribe); } } function submitSubscribeFormData() { var thisForm = $("#js-subscribe-form"); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, erro: function() { alert('The invisible reCAPTCHA failed, try again.'); grecaptcha.reset(recaptchaSubscribe); grecaptcha.execute(recaptchaSubscribe); }, event: function (response) { window.location.href = '/pages /subscribe - confirmation.html'; } }); } Function SubscribeRecapcha(Token) { sendSubscribeFormData(); } var onloadCallback = function () { /* Append to callback request form */ if ($('#callBackRecapcha').length) { recaptchaCallBack = grecaptcha.render('callBackRecapcha', { 'sitekey': reCaptchaSiteKey , ' callback' : callBackRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* Product question form attachment */ if ($('#productQuestionsRecapcha').length) { recaptchaProductQuestion = grecaptcha.render('productQuestionsRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': productQuestionsRecapcha, 'size ': 'invisible ', 'emblem': 'inline' }); } /* SPE contact form attachment */ if ($('#contactFormSPERecaptcha').length) { recaptchaContactFormSPE = grecaptcha.render('contactFormSPERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormSPERecaptcha, 'size ': 'invisible', 'emblem': 'inline' }); } if ($('#ContactFormCSERecaptcha').length) { recaptchaContactFormCSE = grecaptcha.render('contactFormCSERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormCSERecaptcha, 'size': 'invisible', 'badge': ' in line'}); } if ($('#ContactFormFCRecaptcha').length) { recaptchaContactFormFC = grecaptcha.render('contactFormFCRecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormFCRecaptcha, 'size': 'invisible', 'badge': ' in line'}); } if ($('#subscribeRecapcha').length) { recaptchaSubscribe = grecaptcha.render('subscribeRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback':scribeRecapcha, 'size': 'invisible', 'badge': ' in line'}); } }; $(document).ready(function () { // Load Recaptcha JS when a product question or form element with callback request gets focus var captchaLoaded = false; $('.product-question__input, .call-back__input, .call-back__select , .js-sharing-input, .subscribe__input, .js-contact-form-input').on('focus', function() { // Load JS only once if (captchaLoaded) { return; } var head = document .getElementsByTagName('head')[0]; var recaptchaScript = document.createElement('script'); recaptchaScript.type = 'text/javascript'; recaptchaScript.src = 'https://www .google.com/recaptcha/ api .js?onload=onloadCallback&render=explicit'; recaptchaScript.defer = true; head.appendChild(recaptchaScript); captchaLoaded = true; }); $('#js-call-back-save-btn').click(function ( ) { callBackValidation(); }); $('#js-product-question-save-btn').click(function () { productQuestionValidation(); }); $('# js-subscribe-save-btn ' ).click(function (event) { event.preventDefault(); So bscribeFormValidation(); }) ; // The submitted contact form recognizes $('#saveForm_SPE').click(function (event) { event.preventDefault(); contactFormValidation('collapseOne', recaptchaContactFormSPE); }); $('#saveForm_CSE').click(function (event) { event.preventDefault(); contactFormValidation('collapseTwo', recaptchaContactFormCSE); }); $('#saveForm_FC').click(function (event) { event.preventDefault(); contactFormValidation('collapseThree', recaptchaContactFormFC); }); /* Set category/brand/request price slider */ if ($('.js-range-slider').length) { $('head').append('
'); $.ajax({ url: "/user/themes/base/assets/js/ion.rangeSlider/js/ion.rangeSlider.min.js", Kontext: document.body }).done(function() { $( '.js-range-slider').ionRangeSlider({ skin: "round", prettify_enabled: true, prettiify_separator: ',' }); }); } });
a loss
You seem to be using an older version of Internet Explorer. Our website is not compatible with these older browsers as they do not host the technology that keeps our website safe and secure.
If you wish to access our website, pleaseupdate your browserÖdownload an alternative.
FAQs
Can you escape through a VELUX window? ›
The VELUX top hung window is popular due to the opening style - a top hung window can be opened out completely to offer maximum airflow and daylight, providing uninterrupted panoramic views as well as providing a potential fire escape if required.
Does a skylight count as an egress window? ›Answer: Yes. The minimum opening height, width, and area must be available with the skylight in the open position (see sketch below).
What is the code for egress skylights? ›Skylights must be a minimum of 44 inches from the floor to meet the egress window requirements. You can get help when purchasing a skylight to make sure it is an egress window.
Does rain come through VELUX windows? ›The shape and quality of a VELUX window frame make them ideal for attics, lofts and pitched roof spaces – as they allow large amounts of natural light to enter a room. VELUX windows should not leak, but you may see VELUX windows leaking in certain conditions – such as during heavy rain or windy weather.
How much gap do you leave around a VELUX window? ›Don't forget to allow a 60-150mm gap at the top of the window between the tile and the window for easy drainage of rainwater.
Do all upstairs windows need to be fire escape? ›Upper floor windows: On upper floors up to 4.5 meters from ground level, all habitable rooms (not kitchens or bathrooms) must be fitted with fire escape windows, unless the room has direct access to a protected stairway.
Do egress windows count as an exit? ›An Egress window serves as an emergency exit from the basement as well as an entry for firefighters and emergency medical personnel. The size and shape of this window are governed by state and local law as well as international building code guidelines.
Should egress windows be covered? ›Anyone with below-ground egress windows with window wells should protect them with window well covers. The potential danger to children and animals falling into a window well is serious, and the concerns of wild animals taking shelter in a window well aren't unfounded.
Do windows count as means of egress? ›Every room should have at least one window to use as an egress point, including basements and “sleeping rooms.” The windows should open directly into a street, yard, courtyard, or other “fresh air” space. Windows opening into another building don't count; fires can spread between them.
What is the minimum required size of a new egress window? ›In order to meet baseline requirements, egress windows must meet the following standards: Minimum width of opening: 20 in. Minimum height of opening: 24 in. Minimum net clear opening: 5.7 sq.
What is the minimum width means of egress? ›
Minimum clear aisle width shall not be less than 36 inches. Minimum width of corridors and exit passageways: (The required width of corridors shall be unobstructed) Occupancy less than fifty – 36 inches required width.
How do you choose to cover the skylight OSHA answer? ›The OSHA General Industry Standard requires that “every skylight floor opening and hole shall be guarded by a standard skylight screen or a fixed standard railing on all exposed sides” [29 CFR* 1910.23(a)(4)].
Are VELUX worth it? ›They're energy efficient. Velux windows have airtight seals, which means they reduce drafts and help keep your house warm. There are also insulated options which provide even more energy efficiency when it comes to heat loss. They're great to look at.
How long do VELUX windows last? ›On average, a skylight will last between eight and 15 years. However, with advancements in technology, VELUX skylights can last up to 20 to 30 years!
Are VELUX windows the best? ›Velux windows are favoured above lesser brands because they are consistently made to the highest quality, and they conform to all building regulations and EU standards with regard to insulation.
How big should the opening be for a Velux window? ›The width of the new opening should be between 40-60mm bigger than the size of the window.
Can you put two Velux windows next to each other? ›With VELUX roof windows you can customize your own unique combination to truly personalise your space. There's a solution for every need whether it's side-by-side, top & bottom or square solution you're looking for, we've got you covered.
What angle should a Velux window be? ›All standard VELUX windows and flashing kits are designed to work in pitched roofs of 15 degrees and above, anything below this is a sure sign of trouble!
Do bedrooms need fire escape windows? ›Rooms on the ground floor must have a fire escape window or door. Alternatively, they should have direct access to the hallway that leads to the fire escape. If the bedroom is on the first floor at a maximum height of 4.5 metres, you will have to install a fire escape window.
What are the requirements for escape windows? ›Whatever escape window you decide to go for, it must have a minimum measurement of 450mm x 750mm, which will give you the required unobstructed opening area of 0.33m² (0.45 x 0.75 = 0.33m²). Both dimensions can be either the width or the height, but this is seen as the minimum size window for installation.
How could you get yourself out of an upstairs window if your house was on fire? ›
Escaping from a window
If you have to break the window, cover any jagged glass with towels or thick bedding and throw some more bedding out of the window to break your fall. Do not jump out of the window – lower yourself to arm's length and drop to the ground.
They should be at least 4 x 4 feet to meet requirements. Like double-hung windows, sliding windows need more room than casement windows to meet egress window codes.
What is the difference between exit and egress? ›What is the difference between exit and egress? An exit is a component of a means of egress. The means of egress provides the path of travel from the building to an area outside the building. The exit is the portion of the means of egress between the exit access and exit discharge, such as a stairway or ramp.
Does adding an egress window add value? ›An egress window can add substantial value to your home and allows you to legally market a basement space as a bedroom.
Do egress windows weaken the foundation? ›Foundation Weakening
An improperly cut egress window opening can compromise your foundation's strength. Properly trained egress window companies and installers can ensure that your egress window is not only functional but maintains your home's structural integrity as well.
An egress window looks just like a regular large window, but opens fully to allow a building's inhabitants to escape in the event of an emergency like a house fire. Egress windows are required in all finished basements before they can be legally converted into a living space.
Do double hung windows count for egress? ›Double-Hung Windows
They can be used as egress windows, but even when they're fully open, more than half of their overall area is blocked by glass. That said, their overall height must be close to four feet nine inches to meet the requirements.
An egress rule is required to allow API request that accesses a Google Cloud resource inside the perimeter (in this case the BigQuery dataset) and a resource outside the perimeter (in this case the BigQuery job).
What windows are used for egress windows? ›Double hung, single hung, casement, and sliding windows are the four common window types installed for egress in remodeled and new construction. All these windows must possess an opening that is 20” wide, 24” high, and a net clearance of 5.7 square ft.
How many square inches do you need for an egress window? ›Openable area not less than 5.7 square feet* (820 square inches.) Opening height not less than 24 inches. Opening width not less than 20 inches.
Which of the following size windows would satisfy the minimum requirements for an emergency egress? ›
Achieving the requirement for means of escape
The window should have an unobstructed openable area that is at least 0.33m² and at least 450mm high and 450mm wide (the route through the window may be at an angle rather than straight through).
Just because there are doors in your basement does not mean that you have egress basement doors. Basement egress doors provide a safe exit route out of your basement, and need to meet specific safety requirements in order to qualify as such.
What is the minimum width of an exit route? ›An exit access must be at least 28 inches wide at all points. Where there is only one exit access leading to an exit or exit discharge, the width of the exit and exit discharge must be at least equal to the width of the exit access. Objects that project into the exit must not reduce its width.
What is the distance between two exits? ›Exit access doorways shall be separated by a horizontal distance equal to one-half the length of the maximum overall diagonal dimension of the room. Machinery rooms larger than 1,000 square feet (93 m2) shall have not less than two exits or exit access doorways.
What is egress calculation? ›For example, if an exit doorway measures 1000 mm in clear width, it would be defined as providing exit capacity for 1000/6.5 occupants, that is, 153 persons (say 150 persons) and number of such exit doorways can then be calculated depending on the occupant load.
What are the OSHA rules for skylights? ›29 CFR 1910.23(a)(4), therefore, requires that skylights in the roof of buildings through which persons may fall while walking or working shall be guarded by a standard skylight screen or a fixed standard railing on all exposed sides.
How much weight can a skylight support? ›OSHA requires that skylights can handle at least 200 pounds of pressure at any given point on the skylight surface. To meet this requirement, most skylights will require additional protective measures such as a skylight safety screen or guardrail.
What is considered high visibility for OSHA? ›Section 6E-3 (High Visibility Clothing) states in part: For daytime work, the flagger's vest, shirt, or jacket shall be orange, yellow, strong yellow green or fluorescent versions of these colors. For nighttime work, similar outside garments shall be retro reflective.
Is there a cheaper alternative to VELUX? ›RoofLITE+ manufactures its windows to a very high standard and does so using sustainably sourced and high-quality materials, but choose to sell their products at a lower price than VELUX. In fact, RoofLITE+ and VELUX are made from almost all the same materials and are often in the exact same factory.
Can you escape through a Velux window? ›The VELUX top hung window is popular due to the opening style - a top hung window can be opened out completely to offer maximum airflow and daylight, providing uninterrupted panoramic views as well as providing a potential fire escape if required.
Is VELUX a good brand? ›
Velux Skylights are well-known and trusted skylight brand of conventional skylights, and are the leader in the traditional skylight market. With over 85 years of experience in the business of skylights, Velux has a wide selection of traditional skylight products.
What is the difference between a skylight and a VELUX window? ›The main difference between skylights and roof windows is that skylights are slightly more versatile. Skylights can be mounted to a curb, which offers more installation options. Roof windows, on the other hand, must be installed in the same orientation and plane as the surrounding roof at a minimum 15˚ pitch.
How long does it take to install a VELUX window? ›How long to fit a VELUX window? A VELUX window installation is a simple home improvement project and will usually take between one or two days.
How much heat is lost through Velux windows? ›Allegedly, a skylight in the roof of a house will tend to lose between 35 and 45 per cent more heat in the winter; but these figures are most relevant to non-thermally broken skylights. As the warm air in a house soars towards the ceiling of your home it comes into contact with the cold surface of the skylight.
Who are VELUX competitors? ›FAKRO and OptiLight are newer to the scene, but both are strong competitors to VELUX. RoofLITE is a sister company to VELUX and is thought of as the tradesperson's choice because of its great design and price.
Do Velux windows let in heat? ›VELUX skylights are WERS energy rated and have achieved the maximum 5 stars for their summer performance. The High Performance double glazing keeps out up to 80% of the heat and 99% of the UV rays.
Can Velux windows be locked open? ›Depending on the type of Jackloc you choose, the restriction of the window opening can be permanent, keyless window restrictor, push button operated or key operated, they are all easy to fit.
Can you escape through a window? ›As we can see, windows can be a crucial escape route in the unfortunate event of a fire. To this extent it is important to make sure that the windows are accessible and can open easily in an emergency. This can be problematic for windows with bars, especially those that are bolted in.
What is the minimum opening for an escape window? ›The window should have an unobstructed openable area that is at least 0.33m² and at least 450mm high and 450mm wide (the route through the window may be at an angle rather than straight through). The bottom of the openable area should be not more than 1100mm above the floor.
Does VELUX do non opening windows? ›VELUX Flat Glass Rooflights
Kings of the pitched roof window since as far back as WWII, VELUX are no strangers to flat roof windows either, producing a number of outstanding rooflights, including those of the non-opening variety.
Can I open my VELUX with my phone? ›
Gain full control of your home with VELUX App Control. Open or close your VELUX electric or solar-powered roof windows, blinds and shutters anytime and anywhere, all from your smartphone or through voice control.
How close can you put two Velux windows together? ›To successfully combine two skylights or windows 550 mm wide in a Side-By-Side configuration, the rafter centres must be 650 mm. This allows the units to be installed centrally between the rafters and ensures that the 100 mm centre channel flashing will fit correctly between the skylights.
Do Velux windows have air vents? ›The ventilation flap on VELUX roof windows can be used to provide a continuous flow of fresh air into the building.
Do burglars break in through windows? ›While most burglars gain entry through doors, the second most common area susceptible to break-ins is first-floor windows. Second-floor windows are more difficult to reach and far less likely to be the source of a criminal's attack. Fortunately, you have choices on how to prevent break-ins through your windows.
What makes a window an escape window? ›Windows (particularly top opening casements and roof windows) must be designed to remain open without needing to be held by a person making their escape. Windows should be accessible via a ladder and allow escape to a place of safety.
Do most burglars break windows? ›Most of the time, they're not “breaking” in at all
According to her research, an overwhelming majority of burglars enter homes through the doors and windows. Thirty-four percent use the front door, while 22 percent get in through the back door. Twenty-three percent use first-floor windows.
In order to meet baseline requirements, egress windows must meet the following standards: Minimum width of opening: 20 in. Minimum height of opening: 24 in. Minimum net clear opening: 5.7 sq.
How high should VELUX windows be? ›Window Installation Height
In buildings where storeys are below 25m above high, the distance from the bottom edge of the opening window to the floor should be at least 0.85m. In buildings where storeys are more than 25m high the aforementioned distance should be not less than 1.1m.
Egress Window Specifications
The window must provide an open area at least 20 inches wide and 24 inches tall, totaling at least 5.7 square feet. To be accessible, the bottom of the window opening can be no higher than 44 inches off the floor.
RoofLITE+ manufactures its windows to a very high standard and does so using sustainably sourced and high-quality materials, but choose to sell their products at a lower price than VELUX. In fact, RoofLITE+ and VELUX are made from almost all the same materials and are often in the exact same factory.
Are VELUX the best? ›
It's no wonder – VELUX has a great reputation for quality and has been around since 1942. FAKRO and OptiLight are newer to the scene, but both are strong competitors to VELUX. RoofLITE is a sister company to VELUX and is thought of as the tradesperson's choice because of its great design and price.