1
0
Fork 0
mirror of synced 2024-09-29 08:51:11 +13:00

add hint for firefox.

This commit is contained in:
nagadomi 2015-05-20 19:30:46 +09:00
parent a073c9eee4
commit 81adc86f3e
2 changed files with 6 additions and 0 deletions

View file

@ -78,5 +78,10 @@
</fieldset> </fieldset>
<input type="submit"/> <input type="submit"/>
</form> </form>
<div class="help">
<ul>
<li>If you using Firefox, Press the CTRL+S key to save image. "Save Image" option doesn't work.</li>
</ul>
</div>
</body> </body>
</html> </html>

View file

@ -81,6 +81,7 @@
<div class="help"> <div class="help">
<ul> <ul>
<li>なし/なしで入力画像を変換せずに出力する。ブラウザのタブで変換結果を比較したい人用。</li> <li>なし/なしで入力画像を変換せずに出力する。ブラウザのタブで変換結果を比較したい人用。</li>
<li>Firefoxの方は、右クリから画像が保存できないようなので、CTRL+SキーかALTキー後 ファイル - ページを保存 で画像を保存してください。</li>
</ul> </ul>
</div> </div>
</body> </body>