Thanks for the response bcworkz,
Actually I checked the database and has correct updated values stored. however, when I use the_post_thumbnail(‘normal’), it pulls up the size either as 101 height or 102 width (maintaining the aspect ratio). Why does this happen?
Right now I am using wp_get_attachment_metadata() which gets me the correct sizes along with wp_get_attachment_image_src()
( I am building a theme and do regenerate thumbnails but the issue persists even on the images uploaded after)
-
This reply was modified 7 years, 3 months ago by KD.