Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[전시] 섹션 세부에 쓰인 partial 이미지 불러오는 곳에 cfImageStyles 처리 부탁 #30

Open
woonjjang opened this issue Feb 3, 2022 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@woonjjang
Copy link
Member

전시 partial 이미지
cfImageStyles 처리 좀 부탁해요. 세부 불러오는 것도 사이즈 조정을 좀 해야 할 듯

@mozodev
Copy link
Member

mozodev commented Feb 7, 2022

이거 생각보다 쓰는게 쉽지 않아서 일단 문서로 추가는 해봤는데...
몇 가지 다른 방법이 생각나서 메모로...

cloudflare
/cf-image/thumb/source-dirs/test.jpg
이런 식으로 작성하고 cloudflare worker에서 url 치환... 이러면 개발 서버에서는 확인이 어렵지만 간편하게 개발할 수 있음.
https://community.cloudflare.com/t/cloudflare-worker-image-url-rewriting/104464
아 그리고 아예 redirct 룰을 등록해서 원하는 url로 매칭시키는 방법도 있었...
요지는 쓰기도 읽기도 쉬운 url로 개발하면 좋겠다...

netlify env
저 이미지 스타일 옵션을 netlify env로 등록해놓고 ntl dev로 개발한다.? 개발 시에도 이미지 확인 가능.

@mozodev
Copy link
Member

mozodev commented Feb 7, 2022

상설전시 목록, 상세, 지난 전시 목록 화면에서 cf 썸네일 이미지를 출력합니다.
263036d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants