최근 검색
최근 검색 없음

Joshua Tallent
가입한 날짜: 2021년 4월 15일
·
마지막 활동: 2025년 2월 19일
팔로잉
0
팔로워
0
총 활동 수
19
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Joshua Tallent
Joshua Tallent님이 에 댓글을 입력함
Eric,
After you load the image with the uploader in the article, click on the Source Code button on the right side of the editor.
In the Code pop-up, add the class name to the image tag, as you see above. You don't need to do anything else.
Good luck!
Joshua
댓글 보기 · 2020년 2월 06일에 게시됨 · Joshua Tallent
0
팔로워
0
투표 수
0
댓글
Joshua Tallent님이 에 댓글을 입력함
You have to have some sort of delineation on the images to assign the styling. If you don't have something specific to define which images are which then there's no way to do what you want. Sorry!
댓글 보기 · 2019년 3월 19일에 게시됨 · Joshua Tallent
0
팔로워
0
투표 수
0
댓글
Joshua Tallent님이 에 댓글을 입력함
Chris, you can make all images zoomable by changing this line in the JS:
$('.article-body img.fancybox').on('click', function() {
to this
$('.article-body img').on('click', function() {
(remove the ".fancybox").
Just realize that this will apply to every image, including small ones.
댓글 보기 · 2019년 3월 19일에 게시됨 · Joshua Tallent
0
팔로워
0
투표 수
0
댓글
Joshua Tallent님이 에 댓글을 입력함
Chris, if you set it up to only apply to titles that have the class name, then it will not be applied to anything else. I'm sure you could figure out a way in the JS to set exclusions, but using the class name inclusion would be easier.
댓글 보기 · 2019년 3월 08일에 게시됨 · Joshua Tallent
0
팔로워
0
투표 수
0
댓글
Joshua Tallent님이 에 댓글을 입력함
I am not sure that the Help Classes Hidden function you have there at the end is written properly. Try moving the Images function above that and seeing if that helps. If so, then the Help Classes function needs to be fixed.
Otherwise there is something else going on in that code. You might try using a JavaScript validator to check it for issues: http://esprima.org/demo/validate.html
댓글 보기 · 2018년 11월 12일에 게시됨 · Joshua Tallent
0
팔로워
0
투표 수
0
댓글