{"id":8310666,"date":"2025-09-11T11:00:40","date_gmt":"2025-09-11T08:00:40","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310666"},"modified":"2025-09-11T11:04:07","modified_gmt":"2025-09-11T08:04:07","slug":"aspect-ratio-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/","title":{"rendered":"Aspect Ratio Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310664\" class=\"elementor elementor-8310664\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles adapted from your example --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 800px; \/* Adjusted for a single-panel layout *\/\r\n        margin: 0 auto;\r\n        padding: 60px 0 0;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\r\n    }\r\n\r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        margin-top: 24px;\r\n        transition: color 0.2s;\r\n        display: block; \/* Made it a block element *\/\r\n        margin-left: auto;\r\n        margin-right: auto;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n    }\r\n\r\n    \/* --- New styles for the Aspect Ratio Calculator --- *\/\r\n    .calculator-section {\r\n        width: 100%;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n        border: 1.5px solid #EBEBEB;\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n    \r\n    .calculator-content {\r\n        padding: 24px 32px 32px;\r\n    }\r\n\r\n    .calc-group {\r\n        margin-bottom: 28px;\r\n    }\r\n    \r\n    .calc-group-header {\r\n        font-size: 1rem;\r\n        font-weight: 600;\r\n        color: #333;\r\n        margin-bottom: 16px;\r\n        border-bottom: 1px solid #eee;\r\n        padding-bottom: 8px;\r\n    }\r\n\r\n    .calc-inputs-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr auto 1fr;\r\n        align-items: center;\r\n        gap: 16px;\r\n    }\r\n\r\n    .calc-input-field {\r\n        display: flex;\r\n        flex-direction: column;\r\n    }\r\n    \r\n    .calc-label {\r\n        font-size: 0.875rem;\r\n        color: #555;\r\n        margin-bottom: 6px;\r\n    }\r\n    \r\n    .calc-input {\r\n        width: 100%;\r\n        padding: 12px;\r\n        font-size: 1rem;\r\n        border: 1.5px solid #ddd;\r\n        border-radius: 4px;\r\n        outline: none;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n        box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\r\n    }\r\n\r\n    .calc-input:focus {\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n\r\n    .calc-input[readonly] {\r\n        background-color: #f1f1f1;\r\n        cursor: not-allowed;\r\n        color: #666;\r\n    }\r\n    \r\n    .separator-icon {\r\n        font-size: 1.5rem;\r\n        color: #aaa;\r\n        padding: 0 10px;\r\n        margin-top: 22px; \/* Aligns with the input box *\/\r\n    }\r\n\r\n    .ratio-display-container {\r\n        text-align: center;\r\n        padding: 16px;\r\n        background-color: #f7f7f9;\r\n        border-radius: 4px;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    .ratio-display-container span {\r\n        font-weight: 700;\r\n        font-size: 1.5rem;\r\n        color: #05047E;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    \/* --- Responsive styles for the tool --- *\/\r\n    @media (max-width: 768px) {\r\n        .calculator-content {\r\n            padding: 20px;\r\n        }\r\n        .calc-inputs-grid {\r\n            grid-template-columns: 1fr; \/* Stack elements *\/\r\n            gap: 12px;\r\n        }\r\n        .separator-icon {\r\n            transform: rotate(90deg);\r\n            margin: 0 auto; \/* Center when stacked *\/\r\n        }\r\n        .section-header {\r\n            font-size: 1.1rem;\r\n            padding: 14px 20px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"calculator-section\">\r\n        <div class=\"section-header\">\r\n            Aspect Ratio Calculator\r\n        <\/div>\r\n        <div class=\"calculator-content\">\r\n            <!-- Original Dimensions -->\r\n            <div class=\"calc-group\">\r\n                <h3 class=\"calc-group-header\">Original Size<\/h3>\r\n                <div class=\"calc-inputs-grid\">\r\n                    <div class=\"calc-input-field\">\r\n                        <label for=\"originalWidth\" class=\"calc-label\">Width (W1)<\/label>\r\n                        <input type=\"number\" id=\"originalWidth\" class=\"calc-input\" placeholder=\"e.g., 1920\">\r\n                    <\/div>\r\n                    <span class=\"separator-icon\">\u2236<\/span>\r\n                    <div class=\"calc-input-field\">\r\n                        <label for=\"originalHeight\" class=\"calc-label\">Height (H1)<\/label>\r\n                        <input type=\"number\" id=\"originalHeight\" class=\"calc-input\" placeholder=\"e.g., 1080\">\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"ratio-display-container\">\r\n                    <span id=\"ratioDisplay\">-- : --<\/span>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- New Dimensions -->\r\n            <div class=\"calc-group\">\r\n                <h3 class=\"calc-group-header\">New Size<\/h3>\r\n                <div class=\"calc-inputs-grid\">\r\n                    <div class=\"calc-input-field\">\r\n                        <label for=\"newWidth\" class=\"calc-label\">New Width (W2)<\/label>\r\n                        <input type=\"number\" id=\"newWidth\" class=\"calc-input\" placeholder=\"e.g., 1280\">\r\n                    <\/div>\r\n                    <span class=\"separator-icon\">\u2192<\/span>\r\n                    <div class=\"calc-input-field\">\r\n                        <label for=\"newHeightResult\" class=\"calc-label\">New Height (H2)<\/label>\r\n                        <input type=\"number\" id=\"newHeightResult\" class=\"calc-input\" readonly>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n             <div class=\"calc-group\">\r\n                <div class=\"calc-inputs-grid\">\r\n                     <div class=\"calc-input-field\">\r\n                        <label for=\"newWidthResult\" class=\"calc-label\">New Width (W2)<\/label>\r\n                        <input type=\"number\" id=\"newWidthResult\" class=\"calc-input\" readonly>\r\n                    <\/div>\r\n                    <span class=\"separator-icon\">\u2190<\/span>\r\n                    <div class=\"calc-input-field\">\r\n                        <label for=\"newHeight\" class=\"calc-label\">New Height (H2)<\/label>\r\n                        <input type=\"number\" id=\"newHeight\" class=\"calc-input\" placeholder=\"e.g., 720\">\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <button id=\"resetCalcBtn\" class=\"reset-btn\">Reset All Fields<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- DOM Element Selection ---\r\n        const originalWidthInput = document.getElementById('originalWidth');\r\n        const originalHeightInput = document.getElementById('originalHeight');\r\n        const newWidthInput = document.getElementById('newWidth');\r\n        const newHeightInput = document.getElementById('newHeight');\r\n        const newHeightResultInput = document.getElementById('newHeightResult');\r\n        const newWidthResultInput = document.getElementById('newWidthResult');\r\n        const ratioDisplay = document.getElementById('ratioDisplay');\r\n        const resetBtn = document.getElementById('resetCalcBtn');\r\n        \r\n        \/\/ --- Utility Function: Greatest Common Divisor (GCD) ---\r\n        \/\/ Used to simplify the aspect ratio (e.g., 1920x1080 -> 16:9)\r\n        const gcd = (a, b) => {\r\n            if (b === 0) {\r\n                return a;\r\n            }\r\n            return gcd(b, a % b);\r\n        };\r\n\r\n        \/\/ --- Main Calculation Logic ---\r\n        const calculate = () => {\r\n            const w1 = parseFloat(originalWidthInput.value);\r\n            const h1 = parseFloat(originalHeightInput.value);\r\n\r\n            \/\/ Reset outputs if original dimensions are not valid\r\n            if (isNaN(w1) || isNaN(h1) || w1 <= 0 || h1 <= 0) {\r\n                ratioDisplay.textContent = '-- : --';\r\n                newHeightResultInput.value = '';\r\n                newWidthResultInput.value = '';\r\n                return;\r\n            }\r\n\r\n            \/\/ 1. Calculate and display the simplified aspect ratio\r\n            const commonDivisor = gcd(w1, h1);\r\n            ratioDisplay.textContent = `${w1 \/ commonDivisor} : ${h1 \/ commonDivisor}`;\r\n\r\n            \/\/ 2. Calculate new height based on new width\r\n            const w2 = parseFloat(newWidthInput.value);\r\n            if (!isNaN(w2) && w2 > 0) {\r\n                const h2 = (w2 * h1) \/ w1;\r\n                newHeightResultInput.value = Math.round(h2);\r\n            } else {\r\n                 newHeightResultInput.value = '';\r\n            }\r\n            \r\n            \/\/ 3. Calculate new width based on new height\r\n            const h3 = parseFloat(newHeightInput.value);\r\n            if (!isNaN(h3) && h3 > 0) {\r\n                const w3 = (h3 * w1) \/ h1;\r\n                newWidthResultInput.value = Math.round(w3);\r\n            } else {\r\n                 newWidthResultInput.value = '';\r\n            }\r\n        };\r\n        \r\n        \/\/ --- Reset Functionality ---\r\n        const resetAll = () => {\r\n            originalWidthInput.value = '';\r\n            originalHeightInput.value = '';\r\n            newWidthInput.value = '';\r\n            newHeightInput.value = '';\r\n            newHeightResultInput.value = '';\r\n            newWidthResultInput.value = '';\r\n            ratioDisplay.textContent = '-- : --';\r\n        };\r\n\r\n        \/\/ --- Event Listeners ---\r\n        \/\/ Listen for 'input' on all user-editable fields\r\n        [originalWidthInput, originalHeightInput, newWidthInput, newHeightInput].forEach(input => {\r\n            input.addEventListener('input', calculate);\r\n        });\r\n        \r\n        resetBtn.addEventListener('click', resetAll);\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310666","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Aspect Ratio Calculator<\/title>\n<meta name=\"description\" content=\"Instantly calculate the perfect aspect ratio for your images and videos with Elementor&#039;s free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Aspect Ratio Calculator\" \/>\n<meta property=\"og:description\" content=\"Instantly calculate the perfect aspect ratio for your images and videos with Elementor&#039;s free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-11T08:00:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-11T08:04:07+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Aspect Ratio Calculator\",\"datePublished\":\"2025-09-11T08:00:40+00:00\",\"dateModified\":\"2025-09-11T08:04:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\",\"name\":\"Aspect Ratio Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-11T08:00:40+00:00\",\"dateModified\":\"2025-09-11T08:04:07+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Instantly calculate the perfect aspect ratio for your images and videos with Elementor's free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Aspect Ratio Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Aspect Ratio Calculator","description":"Instantly calculate the perfect aspect ratio for your images and videos with Elementor's free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Aspect Ratio Calculator","og_description":"Instantly calculate the perfect aspect ratio for your images and videos with Elementor's free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.","og_url":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-11T08:00:40+00:00","article_modified_time":"2025-09-11T08:04:07+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Aspect Ratio Calculator","datePublished":"2025-09-11T08:00:40+00:00","dateModified":"2025-09-11T08:04:07+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/","url":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/","name":"Aspect Ratio Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-11T08:00:40+00:00","dateModified":"2025-09-11T08:04:07+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Instantly calculate the perfect aspect ratio for your images and videos with Elementor's free Aspect Ratio Calculator. Ensure flawless visuals across all platforms.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/aspect-ratio-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Aspect Ratio Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310666"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310666\/revisions"}],"predecessor-version":[{"id":8310668,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310666\/revisions\/8310668"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310666"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310666"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}