Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmm, this is an interesting question… so the Full isn’t really a “set” or registered size anywhere, it’s just the unsized version of the image. The plugin doesn’t know what it is for each image with the theme or media options setting it.

    My suggestion would be to set the Large size under Media Options to be the size of the Full size you want it to output, then, it’ll be set to the size you want all the time.

    With regard to “the plugin homepage lists full as a size option”, what are you referencing?

    Thanks,
    Rob

    Oh I see, on the Homepage Description, hmm I’ll remove full, I think that was added incorrectly – that’s not a real “size” option, I realize.

    Thread Starter Daniel

    (@drstout)

    I added a line 120 above the </select> to the plugin, and then it produces the output I’d like:

    <option value="full"<?php echo ($featured_images_in_rss_size == 'full' ? ' selected="selected"' : ''); ?>>full</option>

    The ‘full’ image size is supported by get_the_post_thumbnail(). Could you add this to the plugin?

    Ah hmm, I’ll take a look and make sure that’s added. ?? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘"full" image size not an option’ is closed to new replies.