• Resolved offcoursewanderess

    (@offcoursewanderess)


    Hi there,

    I am using the following CSS on my blog:

    .page-template .col-md-8.col-md-offset-2 {
    margin: 0;
    width: 100%;
    }

    When I upload some picture I get the feeling that they are a bit blurred. Is it possible that I need to change something in the editor as well?

    Thanks.
    Marketa

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    You can change that by opening functions.php and change the featured image size
    in this line
    set_post_thumbnail_size( 665, 435, true );
    to a larger one like this

    set_post_thumbnail_size( 1265, 835, false);

    then install the Regenerate thumbnails plugin, activate it and go to Tools -> Regen. Thumbnails to run a regeneration in order for the change to be applied.
    Use the default editor if you have the latest WordPress version and navigate to the /themes/olsen/ folder to find the file.

    Thread Starter offcoursewanderess

    (@offcoursewanderess)

    Hi there,

    unfortunately this does to make a difference, but I realised that if I se tup my page in siteorigin, that the picture gets sharp.

    So basically for me for now problem solved.

    Thanks though!

    Cheers,
    Marketa

    Glad you worked this out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blurred pictures when pages made to fullwidth ?’ is closed to new replies.