忍者ブログ
18 January

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

22 February

PCスマホで画像保存を禁止する

<!--画像のみ右クリ禁止-->
<script type="text/javascript">
jQuery(function(){
  jQuery("img").on("contextmenu",function(){
  return false;
  });
});
</script>
/*   長押しアクションを禁止 */
img{   
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  
  
}
/*    マウスイベントの制御 */
.single .entry-content img{
pointer-events: none;
}


マウスイベントを制御する pointer-events: none; を全部のimgにかけると、

・画像リンク無効
・なぜか右クリ禁止が解ける

となった。
そのため、PCでは全面的に使えない、スマホではsingleページのcontent部分のみに対応することにした。
長押しアクション禁止cssでAndroidが効かないのがすべて悪い
あーくそめんどくせえ 
効くようにしてくれや

これでも何かダメだったら「dwImageProtector Plugin」のjqueryプラグインを使用する
透明gifを画像の上にのっけて、通常の画像保存すると透明gifが保存されてしまう仕組み


PR
15 February

カテゴリーを色分けしたい

https://tone-log.com/categorylabel/

以下のコードを当てはめる

<span class="cat-id-<?php $cat = get_the_category();$cat = $cat[0];echo $cat->cat_ID; ?>"><?php the_category(''); ?></span>
13 February

フォトショップ 雪景色 雪加工

ブラシで雪降ってるみたいな効果
https://saruwakakun.com/design/photoshop/snow

超本格的色彩を白くする加工
http://creator.dwango.co.jp/13488.html
13 February

写真をCamera Raw で画像加工

【Photoshop】JPEGを「Camera Raw」で開く方法
http://photosku.com/archives/1885/
LIG
https://liginc.co.jp/web/tool/app/36596

Lightroom初心者にオススメのシャドウとハイライトを極端にいじる現像テクニック
https://camerafreak.net/lightroom-tutorial

https://yakei.jp/shot/retouch_adobe.php

段階フィルター
https://yakei.jp/shot/retouch_filter.php

補正ブラシ
http://many-thanks.co.jp/kumishashin/lightroom_kaisetsu/hosei_brush/


CCの今ではLightroomって名前っぽい