riderkick / FMD

Forked from https://sf.net/p/fmd/
GNU General Public License v2.0
715 stars 211 forks source link

exh image size error #1250

Open mazuus opened 6 years ago

mazuus commented 6 years ago

the image size in exh keeps on 1280px even though I changed the setting to either 980px or 720px

Delgrano commented 6 years ago

the website -> option -> E-Hentai is not that the same site? regard from .\baseunits\modules\EHentai.pas `begin

with AddWebsiteModule('E-Hentai', 'https://e-hentai.org') do

AddOptionComboBox(@settingsimagesize, 'SettingsImageSize', @RS_SettingsImageSize, @RS_SettingsImageSizeItems);

with AddWebsiteModule('ExHentai', 'http://exhentai.org') do begin

AccountSupport := True;

OnLogin := @ExHentaiLogin;

end;

end;`