{"id":1610,"date":"2012-07-24T13:46:13","date_gmt":"2012-07-24T17:46:13","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/07\/24\/set-max-upload-file-size\/"},"modified":"2021-08-16T23:39:06","modified_gmt":"2021-08-17T03:39:06","slug":"set-max-upload-file-size","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/","title":{"rendered":"How to set max image upload file size in Drupal 7"},"content":{"rendered":"<p>In your Drupal 7 dashboard, there are many settings that you can customize when working with images, such as setting <a href=\"\/support\/edu\/drupal\/set-max-upload-size\/\">maximum <\/a>or <a href=\"\/support\/edu\/drupal\/set-min-upload-size\/\">minimum <\/a>image sizes. Another related setting you may want to set is the maximum upload size. This setting allows you to set a maximum file size for images to be uploaded. This way you can control the images to ensure that no files larger than a specific size are uploaded by your users. Setting the max image size is easy to do in the Drupal 7 admin area and is done by following these instructions.<\/p>\n<h2>Modifying the maximum image upload size in Drupal 7<\/h2>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/edu\/drupal\/how-to-log-into-the-drupal-admin-dashboard\/\">Log into the Drupal 7 admin dashboard<\/a>.<\/li>\n<li>Using the top menu bar, locate and click on the <strong>Structure <\/strong>option.<br><a href=\"\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"952\" height=\"654\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\" class=\"optimized-lcp-image\" alt=\"structure\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>From this next page, click on the <strong>Content Types<\/strong> link.<br><a href=\"\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_content-types.jpg\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"content-types\" class=\"std_ss size-full wp-image-7999\" height=\"571\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_content-types.jpg\" width=\"938\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>On the <strong>Content Types<\/strong> page, find the content type you are going to work with and click on the <strong>Manage Fields<\/strong> link. In this case, we are working with<strong> Basic Pages<\/strong>.<br><a href=\"\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"manage-fields\" class=\"std_ss size-full wp-image-8000\" height=\"551\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg\" width=\"940\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg 940w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_manage-fields-300x176.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_manage-fields-768x450.jpg 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Find the <strong>Image<\/strong> row and then click on the <strong>Edit <\/strong>link to take you to the settings page.<br><a href=\"\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit.jpg\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"image-edit\" class=\"std_ss size-full wp-image-8011\" height=\"582\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit.jpg\" width=\"1249\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit.jpg 1249w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit-300x140.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit-768x358.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-edit-1024x477.jpg 1024w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>On the settings page, scroll down and find the <strong>Maximum Upload Size <\/strong>setting. It is blank by default. This means that it will follow the setting max_upload_setting for php on your hosting account instead. Set your desired setting here. If you want it to be in kilobytes, simply put the number. For example \u2018512\u2019 for 512 kilobytes. If you want to express the number in Megabytes, simply put the number, followed by a space, then \u2018MB\u2019. For example, if you set it to 10 Megabytes you would enter \u201910 MB\u2019 as in our example below.\n<p class=\"alert\">Note that the notation below the <strong>M<\/strong><strong>aximum Upload Size<\/strong><strong><\/strong> field states the current maximum of your php.ini as well. If you set the field to be a larger file size than the php.ini, it will cap it at the php.ini setting. If you need a larger setting, you will need to <a href=\"\/support\/website\/update-local-php-settings\/\">alter your php.ini file setting<\/a> for upload_max_filesize.<\/p>\n<p> <a href=\"\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-max-upload.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"image-max-upload\" class=\"std_ss size-full wp-image-8035\" height=\"472\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-max-upload.png\" width=\"977\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-max-upload.png 977w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-max-upload-300x145.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/07\/edu_Drupal_7_Structure_Content_Types_image-max-upload-768x371.png 768w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Click on the <strong>Save Settings<\/strong> button at the bottom of the page to save your new file upload maximum.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>In your Drupal 7 dashboard, there are many settings that you can customize when working with images, such as setting maximum or minimum image sizes. Another related setting you may want to set is the maximum upload size. This setting allows you to set a maximum file size for images to be uploaded. This way<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\"> Read More ><\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[372],"tags":[],"class_list":["post-1610","post","type-post","status-publish","format-standard","hentry","category-drupal"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to set max image upload file size in Drupal 7 | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"This Drupal 7 article demonstrates how to set the maximum image upload size.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to set max image upload file size in Drupal 7 | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"This Drupal 7 article demonstrates how to set the maximum image upload size.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-24T17:46:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:39:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\" \/>\n<meta name=\"author\" content=\"Scott Mitchell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Mitchell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\"},\"author\":{\"name\":\"Scott Mitchell\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed\"},\"headline\":\"How to set max image upload file size in Drupal 7\",\"datePublished\":\"2012-07-24T17:46:13+00:00\",\"dateModified\":\"2021-08-17T03:39:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\"},\"wordCount\":367,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\",\"articleSection\":[\"Drupal\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\",\"name\":\"How to set max image upload file size in Drupal 7 | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\",\"datePublished\":\"2012-07-24T17:46:13+00:00\",\"dateModified\":\"2021-08-17T03:39:06+00:00\",\"description\":\"This Drupal 7 article demonstrates how to set the maximum image upload size.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png\",\"width\":952,\"height\":654,\"caption\":\"structure\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set max image upload file size in Drupal 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed\",\"name\":\"Scott Mitchell\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to set max image upload file size in Drupal 7 | InMotion Hosting","description":"This Drupal 7 article demonstrates how to set the maximum image upload size.","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:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/","og_locale":"en_US","og_type":"article","og_title":"How to set max image upload file size in Drupal 7 | InMotion Hosting","og_description":"This Drupal 7 article demonstrates how to set the maximum image upload size.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-07-24T17:46:13+00:00","article_modified_time":"2021-08-17T03:39:06+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png","type":"","width":"","height":""}],"author":"Scott Mitchell","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Scott Mitchell","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/"},"author":{"name":"Scott Mitchell","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed"},"headline":"How to set max image upload file size in Drupal 7","datePublished":"2012-07-24T17:46:13+00:00","dateModified":"2021-08-17T03:39:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/"},"wordCount":367,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png","articleSection":["Drupal"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/","name":"How to set max image upload file size in Drupal 7 | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png","datePublished":"2012-07-24T17:46:13+00:00","dateModified":"2021-08-17T03:39:06+00:00","description":"This Drupal 7 article demonstrates how to set the maximum image upload size.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/03\/edu_Drupal_7_Structure_structure.png","width":952,"height":654,"caption":"structure"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/drupal\/set-max-upload-file-size\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to set max image upload file size in Drupal 7"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/d850efb28ef3573db7d24b0d8fa9eaed","name":"Scott Mitchell","url":"https:\/\/www.inmotionhosting.com\/support\/author\/scott\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=1610"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1610\/revisions"}],"predecessor-version":[{"id":85786,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1610\/revisions\/85786"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=1610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=1610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=1610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}