最近の検索
最近の検索はありません

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
コメント