/*! elementor-pro - v3.21.0 - 20-05-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();{"id":1680,"date":"2023-05-15T00:00:43","date_gmt":"2023-05-15T00:00:43","guid":{"rendered":"https:\/\/ktjkrug.com\/?p=1680"},"modified":"2023-09-29T10:56:43","modified_gmt":"2023-09-29T10:56:43","slug":"condado-vanderbilt-hotel-puerto-rico-2023","status":"publish","type":"post","link":"https:\/\/ktjkrug.com\/condado-vanderbilt-hotel-puerto-rico-2023\/","title":{"rendered":"Luxury at Its Finest: Condado Vanderbilt Hotel Puerto Rico"},"content":{"rendered":"

Introduction to Condado Vanderbilt Hotel Puerto Rico<\/b><\/h2>\n

At the glamorous Condado beach of San Juan, the <\/span>Condado Vanderbilt Hotel Puerto Rico<\/b> stands proud. It’s a symbol of luxury with its rich history and timeless elegance. It offers <\/span>191 rooms and suites<\/b>, each with bespoke decor and luxurious amenities. The oceanfront vistas will take your breath away.<\/span><\/p>\n

You can <\/span>pamper yourself with Vanderbilt’s remarkable offerings<\/b>! Get indulgent spa treatments, work out with the state-of-the-art fitness center machines, and enjoy the breathtaking infinity-edge pool. Plus, 6 sophisticated restaurants to cater to your culinary needs.<\/span><\/p>\n

The <\/span>Vanderbilt Suite offers 3-bedroom spaces<\/b> that fuse prestige and luxury with a distinct historical character.<\/span><\/p>\n

Forbes Travel Guide 2021<\/span><\/i> awarded the <\/span>Condado Vanderbilt Hotel Puerto Rico<\/b><\/a> with a <\/span>Forbes Five-Star rating for 4 years in a row since 2018<\/b>, proving its luxury status as one of the finest hotels globally.<\/span><\/p>\n

Experience royalty at Condado Vanderbilt <\/b>Hotel Puerto Rico<\/a>!<\/span><\/p>\n

Accommodation at Condado Vanderbilt Hotel Puerto Rico<\/b><\/h2>\n

To enhance your stay at the luxurious Condado Vanderbilt Hotel Puerto<\/a> Rico, explore the accommodation section with a focus on the various room types and amenities offered. Discover the exquisite features of each type, and the unique benefits they offer to make your stay a memorable one. Delve into the room amenities section to learn about the exceptional in-room services and luxuries available for your comfort and convenience.<\/span><\/p>\n

Room types at Condado Vanderbilt Hotel Puerto Rico<\/b><\/h3>\n

At <\/span>Condado Vanderbilt Hotel Puerto Rico<\/b>, you can find various stylish and luxurious guest rooms to suit every individual. Check out the table below for details of the different room types available, including their description, size, and view.<\/span><\/p>\n\n\n\n\n\n\n
Room Type<\/b><\/td>\nDescription<\/b><\/td>\nSquare Footage<\/b><\/td>\nView<\/b><\/td>\n<\/tr>\n
City View Room<\/span><\/td>\nElegant decor with city views<\/span><\/td>\n250-300 sq ft<\/span><\/td>\nCity view<\/span><\/td>\n<\/tr>\n
Ocean View Room<\/span><\/td>\nBreathtaking ocean scenery with stylish furnishings<\/span><\/td>\n250-300 sq ft<\/span><\/td>\nOcean view<\/span><\/td>\n<\/tr>\n
Premium Ocean Front Room 1 King Bed or 2 Queen Beds<\/span><\/td>\nEnhanced ocean views with a balcony facing the Caribbean Sea (maximum occupancy of three)<\/span><\/td>\nBalcony<\/span><\/td>\nBeach view<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

Plus, certain rooms include extra amenities such as private balconies, hot tubs, Nespresso coffee machines, and iPod docks. Here are some tips for selecting the right room type based on your needs: <\/span>City View Rooms<\/span><\/i> are great for those who seek budget-friendly luxury, while <\/span>Ocean View Rooms<\/span><\/i> offer stunning ocean views. And for honeymooners and couples wanting a bit of extra privacy and relaxation, the <\/span>Premium Ocean Front room<\/span><\/i> is ideal. Finally, why not enjoy a rainforest shower and a soaking tub in your room at Condado Vanderbilt <\/b>Hotel Puerto Rico<\/a>?<\/span><\/p>\n

Room amenities at Condado Vanderbilt Hotel Puerto Rico<\/b><\/h3>\n

The <\/span>Condado Vanderbilt Hotel Puerto Rico<\/b> offers up a wide variety of luxurious room amenities. Guests can expect to find <\/span>lavish linens, marble bathrooms with upscale toiletries and towels, flat-screen TVs, complimentary Wi-Fi and 24-hour room service<\/b>.<\/span><\/p>\n

For an even more extravagant stay, they offer suites with stunning ocean views and private balconies. Plus, the hotel has a pillow menu, turndown service and personalized concierge services to cater to each guest.<\/span><\/p>\n

The exclusive ‘<\/span>Vanderbilt Suite<\/b>‘ is designed by the renowned fashion designer Carolina Herrera and features hand-painted ceilings, custom furniture and breathtaking ocean views.<\/span><\/p>\n

One guest was delighted with the spacious rooms, <\/span>elegant d\u00e9cor and top-notch amenities<\/b>. Not to mention, the friendly staff who assisted them throughout their stay.<\/span><\/p>\n

If you’re looking for some delicious dining options, you won’t be disappointed with the <\/span>Condado Vanderbilt Hotel Puerto Rico<\/b>.<\/span><\/p>\n

Dining options at Condado Vanderbilt Hotel Puerto Rico<\/b><\/h2>\n

To explore the diverse dining options at Condado Vanderbilt Hotel Puerto Rico, indulge in its culinary offerings and savor the sumptuous delights on offer. Discover the luxurious restaurants at Condado Vanderbilt Hotel Puerto Rico, each with its unique atmosphere and menu.<\/span><\/p>\n

Restaurants at Condado Vanderbilt Hotel Puerto Rico<\/b><\/h3>\n

Condado Vanderbilt Hotel Puerto Rico<\/b> offers a range of delectable dining options! Highlights include:<\/span><\/p>\n