편집 요약 없음 |
편집 요약 없음 |
||
| 17번째 줄: | 17번째 줄: | ||
<html> | <html> | ||
<div> | <div> | ||
<embed class="banner recommend" src="https://evewiki.kr/mainpage/recmd.html" type="text/html" style="width: 100%; height: 300px; overflow: hidden; border-radius: 8px;"></embed> | <embed id=ddackddack" class="banner recommend" src="https://evewiki.kr/mainpage/recmd.html" type="text/html" style="width: 100%; height: 300px; overflow: hidden; border-radius: 8px;"></embed> | ||
</div> | </div> | ||
<style> | <style> | ||
| 23번째 줄: | 23번째 줄: | ||
@media screen and (max-width: 769px) { .recommend { height: 150px !important; } } | @media screen and (max-width: 769px) { .recommend { height: 150px !important; } } | ||
</style> | </style> | ||
<script> | |||
function changeEmbedSrc() { | |||
var embed = document.getElementById('ddackddack'); | |||
if (window.innerWidth < 1024) { | |||
embed.src = 'https://evewiki.kr/mainpage/recmdMobile.html'; | |||
} else { | |||
embed.src = 'https://evewiki.kr/mainpage/recmd.html'; | |||
} | |||
} | |||
</script> | |||
</html> | </html> | ||
{{대문/css}} | {{대문/css}} | ||
[[분류:이브위키]] | [[분류:이브위키]] | ||
<no-comment-streams /> | <no-comment-streams /> | ||