screen2 [media] window screen orientation 감지해서 Landscape 보여주기 모바일 디바이스에서 portrait일 경우 가로로 웹사이트 렌더링 시키기 function updateOrientation() { const container = document.getElementById('orientation-container'); const isPortrait = window.matchMedia('(orientation: portrait)').matches; const isSmallScreen = window.matchMedia('(max-width: 798px)').matches; if (isPortrait && isSmallScreen) { container.classList.add('force-landscape'); } e.. 2023. 3. 31. Mac 화면 녹화, gif 변환하기 [gif] CREATE GIF on Mac Is there a Mac screen capture tool that will export to animated gif? Starting with macOS Mojave, and later, simply press ⇧⌘5 (Shift-Command-5) and you can choose from the following: Capture Entire Screen Capture Selected Window Capture Selected Portion Record Entire Screen Record Selected Portion Afterwards, if you want to convert the MOV file into a GIF, you can use Gifs.. 2023. 1. 28. 이전 1 다음