mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(web): better explain what the thumbnails type are for (#3724)
This commit is contained in:
		| @@ -79,8 +79,8 @@ | ||||
|       <form autocomplete="off" on:submit|preventDefault> | ||||
|         <div class="ml-4 mt-4 flex flex-col gap-4"> | ||||
|           <SettingSelect | ||||
|             label="WEBP RESOLUTION" | ||||
|             desc="Higher resolutions can preserve more detail but take longer to encode, have larger file sizes, and can reduce app responsiveness." | ||||
|             label="SMALL THUMBNAIL RESOLUTION" | ||||
|             desc="Used when viewing groups of photos (main timeline, album view, etc.). Higher resolutions can preserve more detail but take longer to encode, have larger file sizes, and can reduce app responsiveness." | ||||
|             number | ||||
|             bind:value={thumbnailConfig.webpSize} | ||||
|             options={[ | ||||
| @@ -94,8 +94,8 @@ | ||||
|           /> | ||||
|  | ||||
|           <SettingSelect | ||||
|             label="JPEG RESOLUTION" | ||||
|             desc="Higher resolutions can preserve more detail but take longer to encode, have larger file sizes, and can reduce app responsiveness." | ||||
|             label="LARGE THUMBNAIL RESOLUTION" | ||||
|             desc="Used when viewing a single photo and for machine learning. Higher resolutions can preserve more detail but take longer to encode, have larger file sizes, and can reduce app responsiveness." | ||||
|             number | ||||
|             bind:value={thumbnailConfig.jpegSize} | ||||
|             options={[ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user