728x90
반응형
/embed?pub=true&context=false
붙이면 direct 하게 iframe 으로 불러올 수 있는듯.
```[.linenums.lang-html]
<div class="rC recoeve"><div class="rSC">
<iframe frameborder="0" scrolling="auto" allowtransparency="true" src="https://imgur.com/a/6Q41Y/embed?pub=true&context=false"></iframe>
</div></div>
```/
.jpg
, .png
, .gif
등 image file extension 형태면 자동으로 img tag 로 쏴 줌. https://imgur.com/a/6Q41Y
형태의 URL 주소도 자동으로 iframe album 으로 만들어줌.
```[.linenums.lang-html]
<div class="rC recoeve"><div class="rSC">
<iframe delayed-src="https://recoeve.net/user/kipid?cat=%5BMusic%2FBreak%5D--Celebrities#headPlay"></iframe>
</div></div>
```/
- https://imgur.com/a/6Q41Y (하라구 사진 모음.)
- https://recoeve.net/user/kipid?cat=[Music/Break]--KARA--HARA--사진 (이건 내가 만든 서비스 Recoeve.net 에서 정리한 것. G 키 눌러서 목록 바로 볼 수 있고, 원하는 곳으로 바로 이동/Go 가능.)
728x90
반응형
'[IT/Programming] > HTML related' 카테고리의 다른 글
구글 검색 바로 할 수 있게 input 및 button 만들기 (1) | 2023.12.28 |
---|---|
Parent DOM (Document Object Model) 이 hidden 일 때, child element 가 update 되면 hidden 이 풀릴 때 해결법 (2) | 2023.12.03 |
브라우저에서 자동 비밀번호 완성 (Auto password completion) 일 때, 이를 파악해서 바로 로그인 시켜주는 방법 (2) | 2023.12.01 |
인터넷에서 예쁘게 코드 입력하기 (google code prettify) (1) | 2023.11.04 |
Learning AJAX (1) | 2023.11.04 |
Referer 알아내기 in Server (Vert.x) and Client (HTML/javascript) (0) | 2023.11.04 |
URL | URI parser (URL 의 href, origin, protocol, host, hostname, port, pathname, search, hash 뽑아내기) (0) | 2023.11.04 |