mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-26 21:35:33 +00:00
* diplay media:thumbnail images or not (default: no) * add a max-width to all image on preview page (default: yes 900px)
23 lines
486 B
HTML
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>
|