Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #828944

    Hey Guys,

    from defult on the blog (big preview image) is loading the images with dimensions of 1000×423 but I want to have it loading the the portfolio size.
    could you give me some code to add to the functions.php for a child theme to have it save from updates? :)

    Thnx in advance.

    #829437

    Hey Andreas,

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the thumbail image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    John Torvik

    #829466

    Hey John,
    unfortunatelly this is not the answer to my problem…
    I need to change the images size wich is laoding on big preview vom 1000*430 to the portfolio size 495*400 (all those are already generated…)
    and I can not just change the 1000*430 via this plugin since I need the 1000*430 on other places…

    to be even more accuracte I need this:
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 );// images for portfolio entries (2,3 column)
    Image size as the new Blog big preview size…

    Cheers,
    Andy

    #829484
    This reply has been marked as private.
    #829497

    Hi,

    Glad that you solved it. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change loaded imaged size on blog’ is closed to new replies.