嵌入式Google驱动器文件未在同一窗口中打开

I am working on developing a website by WordPress. I've embedded a google drive folder in a page and it's shows perfectly but the problem is when I click any content it'll open up a new window. I want to open it in same window. Is there any way to solve that problem?
Here is embedded code using iframe:

<iframe src="https://drive.google.com/embeddedfolderview?id=1hVrashmKB4f1hWGVl1ZPCuKblKCoNG9F#list" style="width:100%; height:600px; border:0;"></iframe>