Fix bugs with navigation menu & with banner image
This commit is contained in:
parent
a3ea266e91
commit
0c403d8a32
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public class TravelArticle {
|
|||
|
||||
private static final String IMAGE_ROOT_URL = "https://upload.wikimedia.org/wikipedia/commons/";
|
||||
private static final String THUMB_PREFIX = "320px-";
|
||||
private static final String REGULAR_PREFIX = "800px-";
|
||||
private static final String REGULAR_PREFIX = "1280px-";//1280, 1024, 800
|
||||
|
||||
String id;
|
||||
String title;
|
||||
|
|
Loading…
Reference in a new issue