• My website is https://www.mugoplayer.com

    I am trying to upload images into the gallery using file upload from my computer. It should give a selection to upload and use a thumbnail, medium, large or full size file.

    But my selection for large file is not selectable.

    What is wrong?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding:

    $GLOBALS['content_width'] = 800;

    immediately after the opening <?php tag in your theme’s functions.php file. Replace 800 with the maximum width (in pixels) that you want to allow a full size image to be.

    Hmmm, yea, I have noticed with things like featured galleries, they never seem to work until you do some tweaking!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large Image size not selectable’ is closed to new replies.