Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Using thumbs on default size | WP

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46525
    suis
    Member

    Hello,

    I have a problem it turned me crazy, if i can get some help will be perfect…

    I want to use thumbs on normal size. I set the widht and height should be auto.

    First i changed thumbs sizes on functions.php – it didnt work.
    Then i changed on css – it didn’t work.
    Then i uploaded two changed documents together – it didn’t work

    Could someone tell me where am i wrong?

    first i try:

    .blog.fullwidth .hentry .post-thumb img {
    width: 900px;
    max-height: 900px;
    clear: both; display: block; margin-left: auto; margin-right: auto;

    second time i tried:

    .blog.fullwidth .hentry .post-thumb img {
    width: 900px;
    height: auto;
    clear: both; display: block; margin-left: auto; margin-right: auto;

    then i tried:

    .blog.fullwidth .hentry .post-thumb img {
    width: %100;
    height: auto;
    clear: both; display: block; margin-left: auto; margin-right: auto;

    on functions.php

    * Add Thumbnails Support
    *


    */
    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 700, 600, true );

    I seiously need help :S

    Thanks in advance!

    #143548
    suis
    Member

    Edit: Just height is not changing. There is no problem with widht..

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.