Shortcode & Thumbnail

Posted in: Newsmag
Post count: 66

1. is there a shortcode for the related articles?
2. i need to make the featured image to full size, i used to use this plugin (thumbnail upscale) but for some reason it doesn’t work anymore. is there another way?

thanks.

Post count: 6535

Hi

1. We don’t have any shortcodes for related articles sections.
2. If your featured images are smaller that the thumb you can try to use Thumbnail Upscale to enlarge thumbnails and Force Regenerate, as the WordPress will not enlarge them.
Another way would be via css:

.page .entry-thumb {
width: 100%;
height: 100%;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.