{"id":1332,"date":"2025-09-23T00:18:05","date_gmt":"2025-09-22T21:18:05","guid":{"rendered":"https:\/\/kominikee.com\/?page_id=1332"},"modified":"2025-09-23T13:11:04","modified_gmt":"2025-09-23T10:11:04","slug":"instagram-image-resizer","status":"publish","type":"page","link":"https:\/\/kominikee.com\/en\/instagram-image-resizer\/","title":{"rendered":"Instagram image resizer"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1332\" class=\"elementor elementor-1332\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4f3b947 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f3b947\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11bcc8f\" data-id=\"11bcc8f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-82fedae elementor-widget elementor-widget-text-editor\" data-id=\"82fedae\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<!-- Instagram Image Resizer \u2014 Elementor-ready (HTML\/JS) -->\n<style>\n  .ig-resizer { max-width:1100px; margin:18px auto; font-family: Inter, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial; }\n  .ig-header { text-align:center; margin-bottom:14px; }\n  .ig-title { font-weight:700; font-size:22px; background:linear-gradient(90deg,#f58529,#dd2a7b,#515bd4); -webkit-background-clip:text; color:transparent; }\n  .ig-grid { display:grid; grid-template-columns: 1fr 360px; gap:18px; align-items:start; }\n  @media (max-width:900px){ .ig-grid{ grid-template-columns: 1fr; } }\n\n  .ig-panel { background: #fff; border-radius:12px; padding:14px; box-shadow:0 6px 18px rgba(16,24,40,0.06); }\n  .ig-controls { display:flex; flex-direction:column; gap:14px; }\n\n  \/* Presets *\/\n  .ig-presets { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }\n  .ig-preset { display:flex; gap:10px; align-items:center; padding:12px; border-radius:12px; cursor:pointer; border:1px solid rgba(17,24,39,0.04); background:#fff; transition: all .22s ease; box-shadow: 0 2px 10px rgba(16,24,40,0.03); }\n  .ig-preset:hover{ transform: translateY(-4px); box-shadow:0 8px 24px rgba(16,24,40,0.08); }\n  .ig-preset svg{ width:34px; height:34px; flex-shrink:0; stroke:#374151; }\n  .ig-preset .preset-label{ font-weight:700; }\n  .ig-preset .preset-sub{ font-size:13px; color:#6b7280; }\n  .ig-preset.active { background: linear-gradient(90deg,#f58529,#dd2a7b,#515bd4); color:#fff; }\n  .ig-preset.active svg{ stroke: #fff; }\n\n  \/* Upload area *\/\n  .ig-upload-area{ display:flex; gap:12px; align-items:center; padding:12px; border-radius:12px; border:1px dashed rgba(17,24,39,0.06); background: linear-gradient(180deg,#fff,#fffaf7); cursor:pointer; }\n  .ig-upload-area:hover{ box-shadow:0 8px 20px rgba(16,24,40,0.06); }\n  .ig-upload-icon{ width:44px; height:44px; border-radius:10px; display:flex; align-items:center; justify-content:center; background: linear-gradient(90deg,#f58529,#dd2a7b,#515bd4); color:#fff; font-weight:700; }\n  .ig-upload-text{ display:flex; flex-direction:column; }\n  .ig-upload-text .title{ font-weight:700; }\n  .ig-upload-text .desc{ font-size:13px; color:#6b7280; }\n  .ig-filename{ font-size:13px; color:#374151; margin-top:6px; }\n\n  .ig-row { display:flex; gap:10px; align-items:center; }\n  .ig-row select, .ig-row input[type=\"number\"], .ig-row input[type=\"color\"]{ padding:8px; border-radius:8px; border:1px solid #e6e9ef; }\n\n  \/* Background color section *\/\n  .ig-bg-label { font-weight:600; margin-bottom:6px; color:#111827; }\n  #ig-bg { width:48px; height:36px; cursor:pointer; border:2px solid #d1d5db; border-radius:6px; background:#fff; padding:0; }\n  #ig-bg:hover { border-color:#9ca3af; box-shadow:0 4px 12px rgba(99,102,241,0.08); }\n  \/* make color input more visible on small screens *\/\n  @media (max-width:520px){ #ig-bg{ width:56px; height:40px; } }\n\n  .ig-preview-wrap{ display:flex; flex-direction:column; gap:10px; }\n  .ig-canvas-wrap{ background:linear-gradient(180deg,#fff4f0,#fffaf5); padding:12px; border-radius:12px; display:flex; align-items:center; justify-content:center; min-height:360px; }\n  .ig-canvas-wrap canvas{ width:100%; height:auto; border-radius:10px; box-shadow:0 6px 16px rgba(0,0,0,0.06); }\n\n  .ig-actions { display:flex; gap:10px; flex-wrap:wrap; }\n  .ig-btn{ padding:10px 14px; border-radius:10px; cursor:pointer; border:none; font-weight:600; }\n  .ig-btn.primary{ background:linear-gradient(90deg,#f58529,#dd2a7b,#515bd4); color:white; }\n  .ig-btn.ghost{ background:white; border:1px solid #e6e9ef; }\n\n  .ig-error{ color:#c53030; font-size:13px; }\n  .ig-hint{ font-size:13px; color:#4b5563; }\n  .ig-small{ font-size:13px; color:#6b7280; }\n\n  @media (max-width:520px){ .ig-row{ flex-direction:column; align-items:stretch; } }\n<\/style>\n\n<div id=\"ig-resizer\" class=\"ig-resizer\">\n  <div class=\"ig-header\">\n    <div class=\"ig-title\">Instagram G\u00f6rsel \u00d6l\u00e7\u00fclendirici<\/div>\n    <div class=\"ig-small\">G\u00f6rsel y\u00fckle \u2192 preset se\u00e7 \u2192 indir. (Elementor uyumlu, responsive)<\/div>\n  <\/div>\n\n  <div class=\"ig-grid\">\n    <div>\n      <div class=\"ig-panel\">\n        <div class=\"ig-controls\">\n\n          <!-- Upload area (clickable) -->\n          <div id=\"ig-upload-area\" class=\"ig-upload-area\" role=\"button\" tabindex=\"0\">\n            <div class=\"ig-upload-icon\">\u2601\ufe0f<\/div>\n            <div class=\"ig-upload-text\">\n              <div class=\"title\">G\u00f6rsel Y\u00fckle<\/div>\n              <div class=\"desc\">JPEG veya PNG y\u00fckleyin \u2014 t\u0131klayarak se\u00e7in veya dosyay\u0131 buraya s\u00fcr\u00fckleyin.<\/div>\n              <div id=\"ig-filename\" class=\"ig-filename\" style=\"display:none\"><\/div>\n            <\/div>\n            <input id=\"ig-file\" type=\"file\" accept=\"image\/*\" style=\"display:none\" \/>\n          <\/div>\n\n          <!-- Presets -->\n          <div>\n            <div style=\"font-weight:600; margin-bottom:8px\">Presets<\/div>\n            <div class=\"ig-presets\" id=\"ig-presets\">\n              <div data-key=\"reels\" class=\"ig-preset\" title=\"Reels (1080\u00d71920)\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"18\" rx=\"3\" stroke-width=\"1.5\"\/><path d=\"M10 8v8l6-4-6-4z\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <div>\n                  <div class=\"preset-label\">Reels<\/div>\n                  <div class=\"preset-sub\">1080 \u00d7 1920 (9:16)<\/div>\n                <\/div>\n              <\/div>\n\n              <div data-key=\"story\" class=\"ig-preset\" title=\"Story (1080\u00d71920)\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"4\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"10\" r=\"2\" stroke-width=\"1.2\"\/><\/svg>\n                <div>\n                  <div class=\"preset-label\">Story<\/div>\n                  <div class=\"preset-sub\">1080 \u00d7 1920 (9:16)<\/div>\n                <\/div>\n              <\/div>\n\n              <div data-key=\"post_square\" class=\"ig-preset\" title=\"Post Square (1080\u00d71080)\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" stroke-width=\"1.5\"\/><\/svg>\n                <div>\n                  <div class=\"preset-label\">Post (Square)<\/div>\n                  <div class=\"preset-sub\">1080 \u00d7 1080 (1:1)<\/div>\n                <\/div>\n              <\/div>\n\n              <div data-key=\"post_portrait\" class=\"ig-preset\" title=\"Post Portrait (1080\u00d71350)\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"7\" y=\"3\" width=\"10\" height=\"18\" rx=\"2\" stroke-width=\"1.5\"\/><circle cx=\"12\" cy=\"8\" r=\"1\" stroke-width=\"1.2\"\/><\/svg>\n                <div>\n                  <div class=\"preset-label\">Post (Portrait)<\/div>\n                  <div class=\"preset-sub\">1080 \u00d7 1350 (4:5)<\/div>\n                <\/div>\n              <\/div>\n\n              <div data-key=\"post_landscape\" class=\"ig-preset\" title=\"Post Landscape (1080\u00d7566)\">\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke-width=\"1.5\"\/><circle cx=\"8\" cy=\"12\" r=\"1\" stroke-width=\"1.2\"\/><\/svg>\n                <div>\n                  <div class=\"preset-label\">Post (Landscape)<\/div>\n                  <div class=\"preset-sub\">1080 \u00d7 566 (1.91:1)<\/div>\n                <\/div>\n              <\/div>\n\n            <\/div>\n          <\/div>\n\n          <!-- Mode + background -->\n          <div>\n            <div style=\"font-weight:600; margin-bottom:6px\">\u00d6l\u00e7eklendirme Modu<\/div>\n            <div style=\"display:flex; gap:10px; align-items:center;\">\n              <select id=\"ig-mode\"><option value=\"cover\">Cover (k\u0131rp)<\/option><option value=\"contain\">Contain (s\u0131\u011fd\u0131r)<\/option><\/select>\n              <div style=\"font-size:13px; color:#6b7280;\">Cover: alan\u0131 doldurur (k\u0131rpar). Contain: tamam\u0131n\u0131 g\u00f6sterir, bo\u015fluklar arka plan rengiyle dolar.<\/div>\n            <\/div>\n          <\/div>\n\n          <div>\n            <div class=\"ig-bg-label\">Arkaplan Rengi<\/div>\n            <div style=\"display:flex; gap:10px; align-items:center;\">\n              <input id=\"ig-bg\" type=\"color\" value=\"#ffffff\" \/>\n              <div style=\"font-size:13px; color:#6b7280;\">Contain modu i\u00e7in arka plan rengini se\u00e7in.<\/div>\n            <\/div>\n          <\/div>\n\n          <div style=\"display:flex; gap:10px; flex-wrap:wrap; margin-top:8px;\">\n            <div class=\"ig-row\">\n              <div style=\"min-width:100px; font-weight:600\">Width<\/div>\n              <input id=\"ig-w\" type=\"number\" value=\"1080\" min=\"100\" max=\"4000\" \/>\n            <\/div>\n            <div class=\"ig-row\">\n              <div style=\"min-width:100px; font-weight:600\">Height<\/div>\n              <input id=\"ig-h\" type=\"number\" value=\"1920\" min=\"100\" max=\"4000\" \/>\n            <\/div>\n          <\/div>\n\n        <\/div>\n\n        <div style=\"margin-top:12px;\" class=\"ig-preview-wrap\">\n          <div class=\"ig-canvas-wrap\">\n            <canvas id=\"ig-canvas\" aria-label=\"preview canvas\"><\/canvas>\n          <\/div>\n          <div style=\"display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:6px;\">\n            <div>\n              <a id=\"ig-download\" class=\"ig-btn ghost\" href=\"#\" download style=\"text-decoration:none;\">\u0130ndir (PNG)<\/a>\n            <\/div>\n            <div style=\"text-align:right\">\n              <div id=\"ig-error\" class=\"ig-error\" style=\"display:none\"><\/div>\n              <div class=\"ig-hint\">\u00d6nizleme responsive &#8211; indirme tam \u00e7\u00f6z\u00fcn\u00fcrl\u00fckte.<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <aside>\n      <div class=\"ig-panel\">\n        <h3 style=\"margin:0 0 8px 0; font-weight:700\">Ayarlar &#038; \u0130pu\u00e7lar\u0131<\/h3>\n        <ul class=\"ig-small\" style=\"margin:0; padding-left:18px\">\n          <li>Cover modu g\u00f6rseli k\u0131rpar ve alan\u0131 doldurur (Reels\/Story i\u00e7in ideal).<\/li>\n          <li>Contain modu g\u00f6rselin tamam\u0131n\u0131 g\u00f6sterir; arka plan bo\u015fluk b\u0131rak\u0131r.<\/li>\n          <li>\u0130ndirilen g\u00f6rsel se\u00e7ti\u011finiz piksel boyutunda olacakt\u0131r.<\/li>\n          <li>Taray\u0131c\u0131 g\u00fcvenli\u011fi nedeniyle uzak URL&#8217;lerden y\u00fcklenen g\u00f6rseller CORS y\u00fcz\u00fcnden indirilemeyebilir.<\/li>\n        <\/ul>\n      <\/div>\n    <\/aside>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  const clamp = (v, min=100, max=4000) => Math.max(min, Math.min(max, Math.floor(v)));\n\n  const root = document.getElementById('ig-resizer');\n  if (!root) return;\n\n  const fileInput = root.querySelector('#ig-file');\n  const uploadArea = root.querySelector('#ig-upload-area');\n  const filenameEl = root.querySelector('#ig-filename');\n  const presetsEl = root.querySelector('#ig-presets');\n  const canvas = root.querySelector('#ig-canvas');\n  const modeSel = root.querySelector('#ig-mode');\n  const bgInput = root.querySelector('#ig-bg');\n  const wInput = root.querySelector('#ig-w');\n  const hInput = root.querySelector('#ig-h');\n  const downloadEl = root.querySelector('#ig-download');\n  const errorEl = root.querySelector('#ig-error');\n\n  const PRESETS = {\n    reels: { w:1080, h:1920 },\n    story: { w:1080, h:1920 },\n    post_square: { w:1080, h:1080 },\n    post_portrait: { w:1080, h:1350 },\n    post_landscape: { w:1080, h:566 }\n  };\n\n  let currentPreset = 'reels';\n  let imageObj = null;\n\n  function showError(msg){ if (!errorEl) return; errorEl.style.display = 'block'; errorEl.textContent = msg; }\n  function clearError(){ if (!errorEl) return; errorEl.style.display = 'none'; errorEl.textContent = ''; }\n\n  function setActivePreset(key){\n    currentPreset = key;\n    const preset = PRESETS[key];\n    if (!preset) return;\n    wInput.value = preset.w;\n    hInput.value = preset.h;\n    \/\/ toggle active class\n    presetsEl.querySelectorAll('.ig-preset').forEach(div=>div.classList.remove('active'));\n    const sel = presetsEl.querySelector('[data-key=\"'+key+'\"]');\n    if(sel) sel.classList.add('active');\n    draw();\n  }\n\n  \/\/ attach preset click\n  presetsEl.querySelectorAll('.ig-preset').forEach(div => {\n    const key = div.getAttribute('data-key');\n    div.addEventListener('click', () => setActivePreset(key));\n  });\n\n  \/\/ upload area triggers file input\n  uploadArea.addEventListener('click', ()=> fileInput.click());\n  uploadArea.addEventListener('keydown', (e)=>{ if(e.key === 'Enter' || e.key === ' ') fileInput.click(); });\n\n  fileInput.addEventListener('change', (e)=>{\n    clearError();\n    const f = e.target.files && e.target.files[0];\n    if (!f) return;\n    if (!f.type || !f.type.startsWith('image\/')){ showError('L\u00fctfen bir g\u00f6rsel dosyas\u0131 se\u00e7in (JPEG\/PNG).'); return; }\n    const reader = new FileReader();\n    reader.onload = ()=> loadImage(reader.result, f.name);\n    reader.onerror = ()=> showError('Dosya okunamad\u0131. Tekrar deneyin.');\n    reader.readAsDataURL(f);\n  });\n\n  function loadImage(dataUrl, name){\n    const img = new Image();\n    img.onload = ()=>{ imageObj = img; if (filenameEl){ filenameEl.style.display = 'block'; filenameEl.textContent = name || 'Y\u00fcklendi'; } draw(); };\n    img.onerror = ()=> showError('G\u00f6rsel y\u00fcklenemedi veya bozuk.');\n    img.src = dataUrl;\n  }\n\n  modeSel.addEventListener('change', ()=> draw());\n  bgInput.addEventListener('change', ()=> draw());\n  wInput.addEventListener('change', ()=> draw());\n  hInput.addEventListener('change', ()=> draw());\n\n  function draw(){\n    clearError();\n    if (!canvas) return;\n    const ctx = canvas.getContext('2d');\n    if (!ctx) return;\n\n    const w = clamp(Number(wInput.value) || PRESETS[currentPreset].w);\n    const h = clamp(Number(hInput.value) || PRESETS[currentPreset].h);\n    canvas.width = w;\n    canvas.height = h;\n    canvas.style.maxWidth = '100%';\n    canvas.style.height = 'auto';\n\n    ctx.clearRect(0,0,w,h);\n    ctx.fillStyle = bgInput.value || '#ffffff';\n    ctx.fillRect(0,0,w,h);\n\n    if (!imageObj) {\n      downloadEl.setAttribute('href','#');\n      downloadEl.setAttribute('download','');\n      downloadEl.classList.add('ghost');\n      return;\n    }\n\n    const sw = imageObj.width; const sh = imageObj.height;\n    if (!isFinite(sw) || !isFinite(sh) || sw<=0 || sh<=0){ showError('G\u00f6rsel boyutlar\u0131 okunamad\u0131.'); return; }\n\n    const dw = w; const dh = h;\n    const imageRatio = sw\/sh; const canvasRatio = dw\/dh;\n    let drawW, drawH;\n\n    if (modeSel.value === 'cover'){\n      if (imageRatio > canvasRatio){ drawH = dh; drawW = dh * imageRatio; } else { drawW = dw; drawH = dw \/ imageRatio; }\n    } else {\n      if (imageRatio > canvasRatio){ drawW = dw; drawH = dw \/ imageRatio; } else { drawH = dh; drawW = dh * imageRatio; }\n    }\n\n    const dx = (dw - drawW)\/2; const dy = (dh - drawH)\/2;\n\n    try{\n      ctx.drawImage(imageObj, dx, dy, drawW, drawH);\n    } catch(err){ console.error(err); showError('G\u00f6rsel \u00f6nizlenemedi (taray\u0131c\u0131 s\u0131n\u0131rlamas\u0131).'); return; }\n\n    try{\n      const url = canvas.toDataURL('image\/png');\n      downloadEl.setAttribute('href', url);\n      downloadEl.setAttribute('download', `instagram_${currentPreset}_${w}x${h}.png`);\n      downloadEl.classList.remove('ghost');\n    } catch(err){ console.warn(err); showError('G\u00f6rsel d\u0131\u015fa aktar\u0131lamad\u0131 (CORS olabilir). Yerel dosya y\u00fckleyin.'); }\n  }\n\n  \/\/ init\n  setActivePreset('reels');\n})();\n<\/script>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Instagram G\u00f6rsel \u00d6l\u00e7\u00fclendirici G\u00f6rsel y\u00fckle \u2192 preset se\u00e7 \u2192 indir. (Elementor uyumlu, responsive) \u2601\ufe0f G\u00f6rsel Y\u00fckle JPEG veya PNG y\u00fckleyin \u2014 t\u0131klayarak se\u00e7in veya dosyay\u0131 buraya s\u00fcr\u00fckleyin. Presets Reels 1080 \u00d7 1920 (9:16) Story 1080 \u00d7 1920 (9:16) Post (Square) 1080 \u00d7 1080 (1:1) Post (Portrait) 1080 \u00d7 1350 (4:5) Post (Landscape) 1080 \u00d7 566 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/kominikee.com\/en\/instagram-image-resizer\/\"> <span class=\"screen-reader-text\">Instagram image resizer<\/span> Read More &raquo;<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1332","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/pages\/1332","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/comments?post=1332"}],"version-history":[{"count":25,"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/pages\/1332\/revisions"}],"predecessor-version":[{"id":1357,"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/pages\/1332\/revisions\/1357"}],"wp:attachment":[{"href":"https:\/\/kominikee.com\/en\/wp-json\/wp\/v2\/media?parent=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}