Ad Images Generation Question
I see that the theme-functions.php has the following code, which is supposed to generate different size images of an ad image that is uploaded. But I don't see the different
size images being generated when I go to Media --> Library. I only see the original uploaded image there. What could be the reason?
// create special sizes for the ads
add_image_size('ad-thumb', 75, 75, true);
add_image_size('ad-small', 100, 100, true);
add_image_size('ad-medium', 250, 250, true);