최근 검색
최근 검색 없음

Christen Bejar
가입한 날짜: 2021년 4월 15일
·
마지막 활동: 2022년 2월 14일
팔로잉
0
팔로워
0
총 활동 수
27
투표 수
7
플랜 수
14
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Christen Bejar
Christen Bejar님이 에 댓글을 입력함
I ended up finding a bit of CSS online that made this work.
Note: pretty sure this is reliant on allowing unsafe content, I haven't tested otherwise.
For the Google Slides iframe container, I modified the HTML within the article directly:
Note: The Google Slides width and height are intentionally removed. It gets expanded by the CSS.
In the style.css, I went ahead and added this piece to the bottom:
/* responsive slidesframe */
.intrinsic-container {
position: relative;
height: 0;
overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
padding-bottom: 56.25%;
}
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
padding-bottom: 75%;
}
.intrinsic-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
Published both and it looks to be working. Props to https://benmarshall.me/responsive-iframes/ where I originally found the code changes.
Thanks everyone for the assistance, and if anyone manages to find a solution to this without allowing unsafe content, let me know!
댓글 보기 · 2018년 5월 08일에 게시됨 · Christen Bejar
0
팔로워
0
투표 수
0
댓글
Christen Bejar님이 에 게시물을 만듦
Is there any way to create a slideshow in Guide articles? We have some content that requires alot of photos, but it would be easier to collapse them into a clickthrough slideshow than stacking and making the page huge.
2018년 5월 04일에 게시됨 · Christen Bejar
0
팔로워
8
투표 수
7
댓글
Christen Bejar님이 에 댓글을 입력함
Thank you for this! So far it's running ok, but I had a couple of questions.
In my testing, I noticed the alignment is off. Does anyone know which CSS item is this affecting? I'm having a bit of a time narrowing it down. EDIT: Nevermind, I realized it was because the alert article was a tad long and pushing the text weirdly.
Also, I noticed that regardless of the article being published or not, the label will still generate an alert. I just wanted to confirm if this was as designed. Removing a label vs. unpublishing an article is about the same effort for me, just helps to know I installed it correctly.
Thank you again for maintaining this wonderful addition!
댓글 보기 · 2018년 4월 02일에 게시됨 · Christen Bejar
0
팔로워
0
투표 수
0
댓글