• Resolved singamnv

    (@singamnv)


    Any way I can upload a picture with 2000px x 1000px? It looks like the limit is currently 600×400. I tried to change the px size limit on line 21 of the index.php to 4000×4000 but did not work. Thanks,

Viewing 1 replies (of 1 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi singamnv,
    I assume you mean the question featured image?

    Line 21 is for the image as answer size. If you want to change the size of the featured image, you’ll have to do the following.

    functions.php

    lines 285 and 344 the_post_thumbnail();
    change to
    the_post_thumbnail('full');

    By default, HD Quiz uses whatever your site/themes thinks the proper image size should be, but the simple change above will always force it to use the full image size.

    As a side note: can I ask why you want or need featured images that are ten times larger than the default? Just curious on what your use case is.

Viewing 1 replies (of 1 total)

The topic ‘Image Size’ is closed to new replies.