Site icon Hip-Hop Website Design and Development

The the_post_thumbnail without srcset?

The WordPress 4.4 adds multiple image sizes with srcset when using the_post_thumbnail function. Is it possible to get only one image size without srcset ?

I understand that it is possible to add a filter to disable srcset from all images, but I want to disable the srcset only when calling a specific thumbnail size (for example only when calling full image size).