64 lines
1.6 KiB
Plaintext
64 lines
1.6 KiB
Plaintext
KÖTT GÅRD — ALL WEBSITE IMAGES (one folder)
|
|
============================================
|
|
|
|
Every image on the website comes from THIS folder only.
|
|
|
|
HOW TO CHANGE AN IMAGE
|
|
----------------------
|
|
1. Find the filename below (e.g. beef-steak.jpg)
|
|
2. Replace that file with your new photo (keep the SAME filename)
|
|
3. Save and refresh the browser (Cmd+Shift+R)
|
|
|
|
You do NOT need to edit any code for normal image swaps.
|
|
|
|
|
|
FILENAME GUIDE
|
|
--------------
|
|
|
|
BRAND
|
|
logo.jpeg Header & footer logo
|
|
|
|
HOME PAGE
|
|
hero.jpg Big background on home page
|
|
about.jpg About us section photo
|
|
weekly-offers.jpg Weekly offers section background
|
|
|
|
SHOP CATEGORIES (home page tiles)
|
|
category-chicken.jpg
|
|
category-beef.jpg
|
|
category-lamb.jpg
|
|
category-fish.jpg
|
|
|
|
PRODUCTS (shop, product page, cart)
|
|
chicken-whole.jpg Main photo
|
|
chicken-whole-2.jpg Second photo on product page (optional)
|
|
chicken-breast.jpg
|
|
chicken-breast-2.jpg
|
|
chicken-thighs.jpg
|
|
chicken-wings.jpg
|
|
beef-nihari.jpg
|
|
beef-nihari-2.jpg
|
|
beef-steak.jpg
|
|
beef-steak-2.jpg
|
|
beef-mince.jpg
|
|
beef-boneless.jpg
|
|
lamb-shoulder.jpg
|
|
lamb-shoulder-2.jpg
|
|
lamb-leg.jpg
|
|
lamb-chops.jpg
|
|
lamb-mince.jpg
|
|
fish-salmon.jpg
|
|
fish-salmon-2.jpg
|
|
fish-rohu.jpg
|
|
fish-prawns.jpg
|
|
fish-basa.jpg
|
|
|
|
TIPS
|
|
----
|
|
• Use JPG or JPEG, about 1400px wide for products, 2560px for hero
|
|
• Keep filenames lowercase with hyphens
|
|
• Files ending in -2.jpg are extra gallery images on the product page
|
|
• To re-download all images: npm run images:populate
|
|
|
|
Project path:
|
|
Kottgard/public/images/site/ |