Compare commits

..

No commits in common. "d1a14d3489b46bb1c6152d8dad5bdce621525f47" and "c34a2557681b5201e478583649ee59ddf7544a78" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -47,7 +47,7 @@ func (e EPUBImageProcessor) isSupportedImage(path string) bool {
switch strings.ToLower(filepath.Ext(path)) {
case ".jpg", ".jpeg", ".png", ".webp", ".tiff":
{
return !strings.HasPrefix(filepath.Base(path), ".")
return true
}
}
return false

View File

@ -15,5 +15,4 @@ img {
margin:0;
padding:0;
z-index:0;
object-fit: contain;
}
}