{"id":5151,"date":"2026-06-18T14:00:27","date_gmt":"2026-06-18T14:00:27","guid":{"rendered":"https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/"},"modified":"2026-06-18T15:52:47","modified_gmt":"2026-06-18T15:52:47","slug":"open-graph-image-sizer-build-perfect-1200x630-social-share-images","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/","title":{"rendered":"Outil de redimensionnement d&#039;images Open Graph \u2014 Cr\u00e9ez des images parfaites de 1200\u00d7630 pour le partage sur les r\u00e9seaux sociaux"},"content":{"rendered":"\n<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-tool{background:#fff;border:1px solid #e0e6d8;border-radius:12px;padding:22px;margin:0 0 24px}.rt-tool h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-drop{display:block;border:2px dashed #d4dac6;border-radius:10px;padding:32px 20px;text-align:center;background:#fafafa;cursor:pointer;transition:all .2s;position:relative}.rt-drop:hover,.rt-drop.hover{border-color:#719430;background:#f1f5e8}.rt-drop .rt-drop-main{display:block;margin:0 0 6px;font-size:15px;color:#516048}.rt-drop .rt-drop-sub{display:block;font-size:12px;color:#888}.rt-drop input[type=file]{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.rt-btn{background:#719430;color:#fff;border:none;padding:10px 18px;border-radius:6px;font-weight:700;cursor:pointer;font-size:14px}.rt-btn:hover{background:#4a6320}.rt-ctrl{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:14px 0}.rt-ctrl label{display:block;font-size:12px;color:#516048;font-weight:600;margin-bottom:4px}.rt-ctrl input,.rt-ctrl select{width:100%;padding:8px;border:1px solid #d4dac6;border-radius:6px;font-size:13px;box-sizing:border-box}.rt-result{margin-top:14px}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}<\/style><div class=\"rt-h\"><h1>Open Graph Image Sizer<\/h1><p>Upload any image and crop\/resize it to the exact 1200\u00d7630 Open Graph standard for Facebook, LinkedIn, Twitter\/X, and Slack share previews. Includes safe-area overlay.<\/p><\/div><div class=\"rt-tool\"><h3>Upload an image<\/h3><div class=\"rt-drop\" id=\"og-drop\" onclick=\"document.getElementById('og-file').click()\"><span class=\"rt-drop-main\"><b>Click to upload or drag here<\/b><\/span><span class=\"rt-drop-sub\">For best results: 1200\u00d7630 or larger<\/span><input type=\"file\" id=\"og-file\" accept=\"image\/*\"><\/div><div id=\"og-canvas-wrap\" style=\"margin-top:14px;display:none;text-align:center\"><canvas id=\"og-canvas\" width=\"600\" height=\"315\" style=\"max-width:100%;border:1px solid #e0e6d8;border-radius:8px;background:#fafafa\"><\/canvas><div style=\"font-size:12px;color:#516048;margin-top:8px\">Preview at 600\u00d7315 (rendered at full 1200\u00d7630)<\/div><\/div><div class=\"rt-ctrl\"><div><label>Fit mode<\/label><select id=\"og-fit\"><option value=\"cover\">Cover (crop to fill)<\/option><option value=\"contain\">Contain (fit inside, bars)<\/option><option value=\"stretch\">Stretch (distort to fit)<\/option><\/select><\/div><div><label>Background color<\/label><input type=\"color\" id=\"og-bg\" value=\"#719430\"><\/div><div><label>Safe-area overlay<\/label><select id=\"og-safe\"><option value=\"yes\">Yes (recommended)<\/option><option value=\"no\">No<\/option><\/select><\/div><\/div><button class=\"rt-btn\" id=\"og-go\" style=\"width:100%;margin-top:10px;display:none\">Download 1200\u00d7630 OG Image<\/button><\/div><script>(function(){var drop=document.getElementById('og-drop'),file=document.getElementById('og-file');drop.addEventListener('click',function(e){if(e.target.tagName!=='INPUT')file.click();});['dragover','dragenter'].forEach(function(e){drop.addEventListener(e,function(ev){ev.preventDefault();drop.classList.add('hover');});});['dragleave','drop'].forEach(function(e){drop.addEventListener(e,function(){drop.classList.remove('hover');});});drop.addEventListener('drop',function(e){e.preventDefault();if(e.dataTransfer.files[0])handleFile(e.dataTransfer.files[0]);});file.addEventListener('change',function(e){if(e.target.files[0])handleFile(e.target.files[0]);});function mkDiv(c){var d=document.createElement('div');d.style.cssText=c;return d;}function handleFile(f){var r=new FileReader();r.onload=function(ev){var img=new Image();img.onload=function(){process(img);};img.src=ev.target.result;};r.readAsDataURL(f);}function process(img){var presets=[{n:'Open Graph \/ Facebook',w:1200,h:630},{n:'Twitter Summary Large',w:1200,h:628},{n:'LinkedIn',w:1200,h:627},{n:'Pinterest',w:1000,h:1500},{n:'Instagram Square',w:1080,h:1080},{n:'Instagram Story',w:1080,h:1920}];var result=document.getElementById('og-result');result.textContent='';var wrap=mkDiv('margin-top:14px');var info=mkDiv('background:#fafafa;border:1px solid #e0e6d8;border-radius:8px;padding:12px;margin-bottom:14px;font-size:13px;color:#222');info.innerHTML='Source image: '+img.width+'\u00d7'+img.height+' px';wrap.appendChild(info);var grid=mkDiv('display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px');presets.forEach(function(p){var cv=document.createElement('canvas');cv.width=p.w;cv.height=p.h;var c=cv.getContext('2d');c.fillStyle='#ffffff';c.fillRect(0,0,p.w,p.h);var srcR=img.width\/img.height;var dstR=p.w\/p.h;var sw,sh,sx,sy;if(srcR-dstR===Math.max(srcR-dstR,1e-9)){sh=img.height;sw=img.height*dstR;sx=(img.width-sw)\/2;sy=0;}else{sw=img.width;sh=img.width\/dstR;sx=0;sy=(img.height-sh)\/2;}c.drawImage(img,sx,sy,sw,sh,0,0,p.w,p.h);var cell=mkDiv('background:#fafafa;border:1px solid #e0e6d8;border-radius:8px;padding:12px');var ttl=mkDiv('font-size:13px;font-weight:600;color:#222;margin-bottom:4px');ttl.textContent=p.n;var dim=mkDiv('font-family:Consolas,monospace;font-size:11px;color:#666;margin-bottom:8px');dim.textContent=p.w+'\u00d7'+p.h+' px';var prev=document.createElement('img');prev.src=cv.toDataURL('image\/jpeg',0.92);prev.style.cssText='width:100%;border-radius:6px;border:1px solid #d4dac6;margin-bottom:8px';cell.appendChild(ttl);cell.appendChild(dim);cell.appendChild(prev);cv.toBlob(function(blob){var url=URL.createObjectURL(blob);var a=document.createElement('a');a.href=url;a.download=p.n.toLowerCase().replace(\/[^a-z0-9]+\/g,'-')+'-'+p.w+'x'+p.h+'.jpg';a.textContent='Download JPG';a.style.cssText='display:inline-block;background:#719430;color:#fff;padding:6px 12px;border-radius:5px;font-size:12px;text-decoration:none;font-weight:600';cell.appendChild(a);},'image\/jpeg',0.92);grid.appendChild(cell);});wrap.appendChild(grid);result.appendChild(wrap);}})();<\/script><h2>How to use the OG Image Sizer<\/h2><p>Upload an image. Pick fit mode (Cover recommended). Choose background color and toggle safe-area overlay. Click Download for final 1200\u00d7630 JPG.<\/p><h2>Why this tool matters<\/h2><p>Perfect OG image lifts social CTR 30-50%. 1200\u00d7630 is the standard for Facebook, LinkedIn, Twitter\/X large card, Slack, and Discord.<\/p><h2>Common use cases<\/h2><ul><li>OG images for blog posts<\/li><li>Resizing for social share<\/li><li>Twitter\/X large card<\/li><li>LinkedIn article headers<\/li><li>Newsletter preview images<\/li><li>Share-card mockups<\/li><\/ul><h2>80% safe-area rule<\/h2><p>Different platforms crop OG images differently. Keep critical content in central 80% guarantees it survives every platform crop.<\/p><h2>Frequently Asked Questions<\/h2><p><strong>Not 1.91:1 aspect ratio?<\/strong><br>Cover crops to fit, Contain adds bars, Stretch distorts.<\/p><p><strong>Why 1200\u00d7630?<\/strong><br>Official Facebook recommendation matching most platform defaults.<\/p><p><strong>Add text in the tool?<\/strong><br>Use Canva\/Figma for text overlay.<\/p><p><strong>Separate Twitter image?<\/strong><br>No \u2014 Twitter uses OG by default.<\/p><div class=\"rt-cta\"><h3>Need social programs that lift CTR through every detail?<\/h3><p style=\"margin:0;opacity:.95\">Riman Agency runs social content end-to-end.<\/p><a href=\"\/contact\/\">Talk to Creative Team<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Open Graph Image Sizer Upload any image and crop\/resize it to the exact 1200\u00d7630 Open Graph standard for Facebook, LinkedIn, Twitter\/X, and Slack share previews. Includes safe-area overlay. Upload an image Click to upload or drag hereFor best results: 1200\u00d7630 or larger Preview at 600\u00d7315 (rendered at full 1200\u00d7630) Fit modeCover (crop to fill)Contain (fit [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5151","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"Open Graph Image Sizer Upload any image and crop\/resize it to the exact 1200\u00d7630 Open Graph standard for Facebook, LinkedIn, Twitter\/X, and Slack share previews. Includes safe-area overlay. Upload an image Click to upload or drag hereFor best results: 1200\u00d7630 or larger Preview at 600\u00d7315 (rendered at full 1200\u00d7630) Fit modeCover (crop to fill)Contain (fit [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T15:52:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\\\/\",\"name\":\"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T14:00:27+00:00\",\"dateModified\":\"2026-06-18T15:52:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency","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:\/\/rimanagency.com\/fr\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/","og_locale":"fr_CA","og_type":"article","og_title":"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency","og_description":"Open Graph Image Sizer Upload any image and crop\/resize it to the exact 1200\u00d7630 Open Graph standard for Facebook, LinkedIn, Twitter\/X, and Slack share previews. Includes safe-area overlay. Upload an image Click to upload or drag hereFor best results: 1200\u00d7630 or larger Preview at 600\u00d7315 (rendered at full 1200\u00d7630) Fit modeCover (crop to fill)Contain (fit [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/","og_site_name":"Riman Agency","article_modified_time":"2026-06-18T15:52:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/","url":"https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/","name":"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T14:00:27+00:00","dateModified":"2026-06-18T15:52:47+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/open-graph-image-sizer-build-perfect-1200x630-social-share-images\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Open Graph Image Sizer \u2014 Build Perfect 1200\u00d7630 Social Share Images"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5151","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5151"}],"version-history":[{"count":3,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5151\/revisions"}],"predecessor-version":[{"id":5230,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5151\/revisions\/5230"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}