Title: Resizing Images
Last modified: December 15, 2017

---

# Resizing Images

 *  Resolved [accuratecontrols](https://wordpress.org/support/users/accuratecontrols/)
 * (@accuratecontrols)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/)
 * I have been trying to resize the images by wrapping it in a table like you suggested
   in the FAQ as well as in div column tags. Examples of the code I’ve tried is 
   below…
 * Table code:
 *     ```
       <table>
       <tr>
       <td style="height:500px; width:400px">
       [shortcode]
       </td>
       </tr>
       </table>
       ```
   
 * Div column code:
 *     ```
       <div class="col-md-4"></div>
       <div class="col-md-4">
       [shortcode]
       </div>
       <div class="col-md-4"></div>
       ```
   
 * _[Moderator note: code fixed. Please wrap code in the backtick character or [use the code button](https://make.wordpress.org/support/handbook/forum-welcome/#post-code-safely).]_
 * Neither option worked to resize the images. The div column code just pushed the
   images over to the right but did not resize them. I have tried the object-fit:
   contain CSS attribute to all the tags as well. I appreciate your help, thanks!
    -  This topic was modified 8 years, 6 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
    -  This topic was modified 8 years, 6 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [maui2wp](https://wordpress.org/support/users/maui2wp/)
 * (@maui2wp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9786621)
 * Hi [@accuratecontrols](https://wordpress.org/support/users/accuratecontrols/)
   
   This should be related to the theme you are using…
 * Please have a try with i.e. a standard theme like Twenty Sixteen
 * I tried with Twenty Sixteen and it is fine. With a theme like i.e. Uncode the
   resizing fails
 * If you post your theme name I could have a look at…
 * PS it is better to specify only table width and in percent… then the plugin will
   resize accordingly
 *  Thread Starter [accuratecontrols](https://wordpress.org/support/users/accuratecontrols/)
 * (@accuratecontrols)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9786893)
 * I’m still learning about WordPress so I’m only developing locally. I’m not sure
   my theme is online. But below is my page template that I’m using with your plug
   in. I hope that helps. I’m open to changing my template if that would fix the
   issue too.
 *     ```
       <?php
       /* Template Name: Text Only Page
       @package WordPress
       @subpackage aci */
       ?>
   
       <?php get_header(); ?>
   
       <div class="container" style="background: rgba(128, 128, 128, 0.4)">
         <div class="row">
            <div id="content" class="textPageContent">
   
       	<?php
       	// TO SHOW THE PAGE CONTENTS
       	while ( have_posts() ) : the_post(); ?> 
       	<div class="entry-content-page">
       	  <?php the_content(); ?> <!-- Page Content -->
       	</div><!-- .entry-content-page -->
   
       	<?php
       	endwhile; //resetting the page loop
       	wp_reset_query(); //resetting the page query
       	?>
   
            </div><!-- /.content -->
         </div> <!-- /.row -->
       </div> <!-- /.container -->
   
       <?php get_footer(); ?>
       ```
   
 * _[Moderator note: code fixed. Please wrap code in the backtick character or [use the code button](https://make.wordpress.org/support/handbook/forum-welcome/#post-code-safely).]_
    -  This reply was modified 8 years, 6 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).
 *  Plugin Author [maui2wp](https://wordpress.org/support/users/maui2wp/)
 * (@maui2wp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9787106)
 * The page template is not enough.
 * Please test the resizing applying an official WordPress theme among:
    Twenty 
   Seventeen, Twenty Sixteen, Twenty Fifteen.
 * After a successful result, move to your theme and see if you can manage to obtain
   the same result.
 * PS you may have some other plugins that interfere with the resizing…
    [https://kb.yoast.com/kb/how-to-check-for-plugin-conflicts/](https://kb.yoast.com/kb/how-to-check-for-plugin-conflicts/)
 *  Thread Starter [accuratecontrols](https://wordpress.org/support/users/accuratecontrols/)
 * (@accuratecontrols)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9793438)
 * You are correct. It is my custom theme that is the issue. I was able to resize
   the plugin with the official WordPress themes. I will continue to work on fixing
   my theme to allow for resizing. Thanks so much for your help!
 *  Plugin Author [maui2wp](https://wordpress.org/support/users/maui2wp/)
 * (@maui2wp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9793485)
 * [@accuratecontrols](https://wordpress.org/support/users/accuratecontrols/)
    thank
   you for your positive feedback! Please consider to review my plugins 😉 [https://wordpress.org/support/plugin/spin360/reviews/](https://wordpress.org/support/plugin/spin360/reviews/)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Resizing Images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/spin360_d6d6d6.svg)
 * [Spin 360 deg and 3D Model Viewer](https://wordpress.org/plugins/spin360/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/spin360/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/spin360/)
 * [Active Topics](https://wordpress.org/support/plugin/spin360/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spin360/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spin360/reviews/)

## Tags

 * [resize](https://wordpress.org/support/topic-tag/resize/)

 * 5 replies
 * 2 participants
 * Last reply from: [maui2wp](https://wordpress.org/support/users/maui2wp/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/resizing-images-24/#post-9793485)
 * Status: resolved