aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-17 05:27:47 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-17 05:28:31 -0400
commit7bd205c61c5d6359e82e3d031c55abe8934a76e4 (patch)
tree5143ed7d191720df66a5e4ae426a2534e6d87f0b /app/views/index.view.php
parentc4f9cf22113bfab1d29017b0ff4cc069f9be21f5 (diff)
downloadthedroneely.com-7bd205c61c5d6359e82e3d031c55abe8934a76e4.tar.gz
thedroneely.com-7bd205c61c5d6359e82e3d031c55abe8934a76e4.tar.bz2
thedroneely.com-7bd205c61c5d6359e82e3d031c55abe8934a76e4.zip
public/js/app: Use data attribute
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 37d2d61..cd28804 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -23,7 +23,7 @@
In it for the long haul
</h2>
- <img image-zoom alt="Mountains" src="/images/mountains.jpg"
+ <img data-image-zoom alt="Mountains" src="/images/mountains.jpg"
width="<?php echo getimagesize(
$_SERVER['DOCUMENT_ROOT'] . '/images/mountains.jpg'
)[0]; ?>"