Hello , Today, I check my site on google, https://search.google.com/search-console/mobile-friendly Only homepage got mobile friendly, all posts are not able to got mobile friendly because of the images and videos which are not responsive.. I want to fix all images and videos which are existing in my site.. How can i do responsive to all devices ?
Hello there, You have to make the images and videos Fluid !! to do so : For images, add this code : style="max-width:100%;height:auto;" Code (markup): For videos, use this css trick : Link Goodluck