Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi korfiati_a. Since I don’t have your original images I”m going to take a guess here. It appears that the top image is 1024×1546. It is being resized to fit the width of 80px which is approx 7.8% x 1024. So the height is scaled as well to 1546 x 0.078 = 121px. The third image is 800×1287. Scaling the width to 80px is 10%, and the height of 1287 x 0.10 = 129px. If you have changed or added image sizes to functions.php, those will only affect images that are uploaded after adding the code. To resize existing images you need to run a plugin like Regenerate Thumbnails.
    Is the code above in a child theme functions.php file? If so, is it wrapped in the alx-setup function or just by itself?

    Thread Starter korfiati_a

    (@korfiati_a)

    Plugin Regenerate Thumbnails is use/
    Yes, is the code in a child theme functions.php file
    I’m just so and indicated in the code – add_image_size( ‘thumb-small’, 80, 80, true );
    Pictures are not square, but had to crop
    And judging from the files that are in the directory, they are the size of 80*80

    Thread Starter korfiati_a

    (@korfiati_a)

    Now do the new for these files Regenerate Thumbnails and check

    Thread Starter korfiati_a

    (@korfiati_a)

    Did not help the regeneration of the picture
    Made at different
    add_image_size (‘thumb-small’, 80, 80, true);
    and
    add_image_size (‘thumb-small’, 80, 80, 0);
    The same problems

    Thread Starter korfiati_a

    (@korfiati_a)

    The problem locally, in this case decided, but the situation did not understand.
    It is not clear how to fix it, I will look for options

    Looks like you got it fixed? what did you have to do to get the images the correct size?

    Thread Starter korfiati_a

    (@korfiati_a)

    I could not figure out how to fix it.
    Simply substituted the file to FTP
    This curve method. I will look for an answer how to make the right

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help with Most Popular alxTabs’ is closed to new replies.