1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-26 21:35:33 +00:00
rsspreview/settings/options.html
Aurelien David 87423fe45b added settings page to address some issues (#12, #14):
* diplay media:thumbnail images or not (default: no)
* add a max-width to all image on preview page (default: yes 900px)
2019-01-09 16:09:57 +01:00

23 lines
486 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<label class="setting browser-style"><input type="checkbox" id="doThumb" class="validate" > Display media:thumbnail images</label>
<label class="setting browser-style">
<input type="checkbox" id="doMaxWidth" class="validate" > Set max-width for images at
<input type="text" id="valMaxWidth" class="validate" >
</label>
<script src="options.js"></script>
</body>
</html>