Title: Featured Image Resizing
Last modified: August 30, 2016

---

# Featured Image Resizing

 *  [JohnCDonahue](https://wordpress.org/support/users/johncdonahue/)
 * (@johncdonahue)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/)
 * Over at [http://www.WDWParkhoppers](http://www.WDWParkhoppers), we are loving
   the ColorMag theme. When the headline post images scroll across they do not resize
   and it keeps moving the content up and down when you are on the front page. Is
   there a way (other than editing each picture to the same dimensions) to get those
   images to be consistent?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/featured-image-resizing-4/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/featured-image-resizing-4/page/2/?output_format=md)

 *  [hamaas](https://wordpress.org/support/users/hamaas/)
 * (@hamaas)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190206)
 * I have same problem
 *  [Shadz78](https://wordpress.org/support/users/shadz78/)
 * (@shadz78)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190227)
 * Hey mates,
 * Same problem for me!
 *  [johan ernesto](https://wordpress.org/support/users/johan-ernesto/)
 * (@johan-ernesto)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190258)
 * acabo de instalar este tema lo amo me encanta pero cuando lo estoy editando en
   vistaprevia no se ven las imagenes de las entradas por que pasa esto?
    y cuando
   lo activo tampoco se ven las imagees por que es?
 *  [alingham](https://wordpress.org/support/users/alingham/)
 * (@alingham)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190261)
 * Bump.
    Exactly the same issue. I was going to back through ALL my featured images
   and resize them all to fit! But it shouldn’t have to be that way. Anyone got 
   any solutions?
 *  [alingham](https://wordpress.org/support/users/alingham/)
 * (@alingham)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190262)
 * Go to
    _wp-content/themes/colormag/js/colormag-slider-setting.js_
 * Looking into the code, the only way to change this is to go to the JS and change
   adaptiveHeight to false.
    Maybe there needs to be an option in the TG Widget 
   to allow theme users to change this themselves?
 *     ```
       jQuery(document).ready(function(){
       jQuery('.widget_slider_area_rotate').bxSlider({
        mode:'horizontal',
        speed:1500,
        auto:true,
        pause:5000,
           adaptiveHeight:true,
        nextText:'',
        prevText:'',
        nextSelector:'.slide-next',
        prevSelector:'.slide-prev',
        pager:false,
        tickerHover:true
       });
       });
       ```
   
 *  [alingham](https://wordpress.org/support/users/alingham/)
 * (@alingham)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190263)
 * Actually. An easier way is to hack the CSS a bit.
 * Use the Theme Customizer
    **Appearance -> Customize**
 * Click on **Design Options -> Custom CSS**
 * Add in the following code:
 *     ```
       .bx-wrapper {
           height:350px;
           overflow-y:hidden;
       }
       .slide-content {
           top:210px;
       }
       ```
   
 * Enjoy!
 *  [Pedro Anibal](https://wordpress.org/support/users/tavitooo/)
 * (@tavitooo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190266)
 * hello alingham
 * your css is not working for me 🙁
 *  [Pedro Anibal](https://wordpress.org/support/users/tavitooo/)
 * (@tavitooo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190267)
 * In my website in the index all featured images are not with the same size 🙁 
   I did all changes here but is the same problem. el mismo problema
 *  [dreamh11](https://wordpress.org/support/users/dreamh11/)
 * (@dreamh11)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190284)
 * I am also facing the same issue.
 *  [Swattt](https://wordpress.org/support/users/swattt/)
 * (@swattt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190287)
 * hhe alingham
 * Thank you very much for your suggestion, that has helped.
 * pls help us with a code to wrap box code for the post which is beside cat slider
   on right hand side.
 * Thanks again,
 *  [HoneyTrek](https://wordpress.org/support/users/honeytrek/)
 * (@honeytrek)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190316)
 * Having the same issue, and Alingham’s CSS does not contain my images, they still“
   break out” of that featured slider area and load down the entire page, until 
   the JS catches up and the start rotating.
 * Anyone had success fixing this?
 *  [edmv05](https://wordpress.org/support/users/edmv05/)
 * (@edmv05)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190317)
 * Great solution Alingham, thanks.
 *  [hpvl](https://wordpress.org/support/users/hpvl/)
 * (@hpvl)
 * [10 years ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190318)
 * It must be possible. I have an old website where it worked. But now I migrated
   the website, I cant get it to work anymore…
 *  [hpvl](https://wordpress.org/support/users/hpvl/)
 * (@hpvl)
 * [10 years ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190319)
 * It seems to me WordPress automatically resizes the images on upload. I threw 
   away all content of the new website and imported it again after installing the
   theme. Now all images are the right size. On hindsight I may have posted in the
   wrong thread, as it seems this automatically resizing does not work with you.
 *  [Stacy (non coder)](https://wordpress.org/support/users/functionmunchkin/)
 * (@functionmunchkin)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/#post-6190334)
 * Still doing this with the latest update..

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/featured-image-resizing-4/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/featured-image-resizing-4/page/2/?output_format=md)

The topic ‘Featured Image Resizing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/colormag/4.1.2/screenshot.jpg)
 * ColorMag
 * [Support Threads](https://wordpress.org/support/theme/colormag/)
 * [Active Topics](https://wordpress.org/support/theme/colormag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/colormag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/colormag/reviews/)

 * 16 replies
 * 13 participants
 * Last reply from: [beehomestudio](https://wordpress.org/support/users/beehomestudio/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/featured-image-resizing-4/page/2/#post-6190335)
 * Status: not resolved