Support » Theme: Tracks » Disable featured image rescalling

  • Hi!
    First of all – this is greatest theme I found, looks really nice:)

    However, I have one problem – I don’t like the image rescalling on the top of the note (the image copied from featured image).

    Is there a way to disable this? And maybe it would be possible to disable rescalling the featured images on the front page as well? Most of images I would like to post will be CD’s covers and they are usually like 600×600 so I don’t want them to be rescalled.

    I am complete newbie so please make it easy:)
    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    Try the following CSS:

    .featured-image {
      background-size: contain;
      background-repeat: no-repeat;
    }

    Copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    That will prevent all scaling, so the images will display at their normal sizes instead of filling in the available space.

    Thread Starter Grzechuuu

    (@grzechuuu)

    Hello,

    Well – it was more or less what I meant, but it does not look that great I imagine. I would have another request – I will stay with original rescalling but I would like to add an image directtly to a note with another rescalling. Currently if I add an image (even large – 1500×1500) it is rescalled to a really small size – is it possible to set it for example for 500×500 – it will stay reasonably large but not take whole of the note.

    Hope you can help me:) Thanks in advance!

    Theme Author Ben Sibley

    (@bensibley)

    Okay I see, check out this tutorial instead: https://www.competethemes.com/help/make-image-full-width-tracks/

    That will let you display images at a much larger size in the post content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable featured image rescalling’ is closed to new replies.