diff --git a/media/attribution.js b/media/attribution.js
index 59674d30..2cfa0619 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -4171,6 +4171,12 @@ const attributionData = {
{ name: "car_honda-civic-front.svg", source: "https://www.dimensions.guide/element/honda-civic" },
{ name: "car_honda-civic-side.svg", source: "https://www.dimensions.guide/element/honda-civic" },
{ name: "car_honda-civic-top.svg", source: "https://www.dimensions.guide/element/honda-civic" },
+ { name: "car_lamborghini-aventador-front.svg", source: "https://www.dimensions.guide/element/lamborghini-aventador" },
+ { name: "car_lamborghini-aventador-side.svg", source: "https://www.dimensions.guide/element/lamborghini-aventador" },
+ { name: "car_lamborghini-aventador-top.svg", source: "https://www.dimensions.guide/element/lamborghini-aventador" },
+ { name: "car_ford-f-150-front.svg", source: "https://www.dimensions.guide/element/ford-f-150-2015-truck" },
+ { name: "car_ford-f-150-side.svg", source: "https://www.dimensions.guide/element/ford-f-150-2015-truck" },
+ { name: "car_ford-f-150-top.svg", source: "https://www.dimensions.guide/element/ford-f-150-2015-truck" },
],
authors: [
"dimensions-guide"
diff --git a/media/vehicles/cars/car_ford-f-150-front.svg b/media/vehicles/cars/car_ford-f-150-front.svg
new file mode 100644
index 00000000..d2ecac95
--- /dev/null
+++ b/media/vehicles/cars/car_ford-f-150-front.svg
@@ -0,0 +1,323 @@
+
+
+
diff --git a/media/vehicles/cars/car_ford-f-150-side.svg b/media/vehicles/cars/car_ford-f-150-side.svg
new file mode 100644
index 00000000..a92426dd
--- /dev/null
+++ b/media/vehicles/cars/car_ford-f-150-side.svg
@@ -0,0 +1,479 @@
+
+
+
diff --git a/media/vehicles/cars/car_ford-f-150-top.svg b/media/vehicles/cars/car_ford-f-150-top.svg
new file mode 100644
index 00000000..9aa2db71
--- /dev/null
+++ b/media/vehicles/cars/car_ford-f-150-top.svg
@@ -0,0 +1,410 @@
+
+
+
diff --git a/media/vehicles/cars/car_lamborghini-aventador-front.svg b/media/vehicles/cars/car_lamborghini-aventador-front.svg
new file mode 100644
index 00000000..1006a85c
--- /dev/null
+++ b/media/vehicles/cars/car_lamborghini-aventador-front.svg
@@ -0,0 +1,256 @@
+
+
+
diff --git a/media/vehicles/cars/car_lamborghini-aventador-side.svg b/media/vehicles/cars/car_lamborghini-aventador-side.svg
new file mode 100644
index 00000000..edadad59
--- /dev/null
+++ b/media/vehicles/cars/car_lamborghini-aventador-side.svg
@@ -0,0 +1,394 @@
+
+
+
diff --git a/media/vehicles/cars/car_lamborghini-aventador-top.svg b/media/vehicles/cars/car_lamborghini-aventador-top.svg
new file mode 100644
index 00000000..41d39951
--- /dev/null
+++ b/media/vehicles/cars/car_lamborghini-aventador-top.svg
@@ -0,0 +1,596 @@
+
+
+
diff --git a/presets/vehicles.js b/presets/vehicles.js
index bbbc5a85..75abe4c8 100644
--- a/presets/vehicles.js
+++ b/presets/vehicles.js
@@ -133,6 +133,8 @@ function makeCars() {
["Toyota Prius C", 3.99, 1.45, 1134, 1, 1.07, 1],
["VW New Beetle", 4.13, 1.57, 1230, 1, 1, 1],
["Honda Civic", 4.55, 1.42, 1303, 1, 1, 1],
+ ["Lamborghini Aventador", 4.78, 1.136, 1575, 1, 1, 1],
+ ["Ford F-150", 5.89, 1.92, 1950, 1, 1, 1]
]
sides = {}
const sorted = options.sort((a,b) => a[1]-b[1])