ECサイト用パーツ

パーツ設置費用

0

CSS

.footer__frame {
	height: 650px;
	width: 100%;
}
@media screen and (max-width: 800px) {
	.footer__frame {
		height: 120vw;
	}
}
@media screen and (max-width: 540px) {
	.footer__frame {
		height: 80vw;
	}
}

HTML

<iframe class="footer__frame" src="https://ec.excellent.ne.jp/sample_1/footer.html" frameborder="0" scrolling="no"></iframe>