---
title: "How to modify image preview style in Drupal 7"
description: "When working with content types in Drupal 7 and you decide to add an image, a preview of that image will show in the editor area after you link it to your page. This preview can be sized differently,..."
url: https://www.inmotionhosting.com/support/edu/drupal/change-preview-style/
date: 2012-07-25
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# How to modify image preview style in Drupal 7

When working with content types in Drupal 7 and you decide to add an image, a preview of that image will show in the editor area after you link it to your page. This preview can be sized differently, depending on your content type. This means you have the ability to set the preview for a specific size and it will appear that way in all pages for that specific content type. For example, all Articles will display the preview the same way, all Basic pages the same, etc.

This is a setting that is only for the user creating the page and will not display anything any differently for site visitors. Setting the Image Preview Style in Drupal 7 can be done by following the steps below.

**Setting the Image Preview Style in Drupal 7**

1. [Log into the Drupal 7 admin dashboard](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. Using the top menu bar, locate and click on the **Structure **option.[![structure](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_Drupal_7_Structure_structure.png)](/support/wp-content/uploads/2012/03/edu_Drupal_7_Structure_structure.png)
3. From this next page, click on the **Content Types** link.[![content-types](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_content-types.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_content-types.jpg)
4. On the **Content Types** page, find the type of content you want to work with. For example, I have been working with **Basic Pages** so I will choose that for this tutorial as well. After locating your desired content type, click on the appropriate **Manage Fields** link.[![manage-fields](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_manage-fields.jpg)
5. Next, find the **Image** row and then click on the **Edit** link to take you to the settings page.[![image-edit](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-edit.jpg)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-edit.jpg)
6. You are now on the settings page for the **image** field. From here, scroll down and find the** Preview Image Style **setting. This setting is a dropdown with the following default options (*<no preview>, thumbnail, medium, large*). Click on the selection of your choice.|[![image-preview-style](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-style.png)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-style.png)
7. Once you have selected your **Preview Image Style**, click on the **Save Settings** button at the bottom of the page to save it. Whenever you add an image for this content type, that image will preview according to this selected size in the admin area. Below are samples of the each of the default settings. thumbnail medium large [![image-preview-thumb](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-thumb.png)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-thumb.png) [![image-preview-med](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-med.png)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-med.png) [![image-preview-lg](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-lg.png)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Structure_Content_Types_image-preview-lg.png)
