Stride controls how the filter convolves around the input volume.
When we have a stride value =1 then the filter matrix will shift by 1 after calculating the 1st-pixel value, if we select stride =2 then it will shift by2.
I have explained the concept of stride.