Commit 7681a871

mo khan <mo@mokhan.ca>
2014-08-23 20:11:19
hide the image preview in phones when uploading.
1 parent b475618
Changed files (1)
app
assets
javascripts
backbone
templates
app/assets/javascripts/backbone/templates/photos/new-modal.jst.ejs
@@ -3,7 +3,7 @@
   <h4>Upload Photo</h4>
 </div>
 <div class="modal-body">
-  <img id="preview-image" src="#" alt="your image" class="hide" />
+  <img id="preview-image" src="#" alt="your image" class="hide hidden-phone" />
   <span class="btn btn-default btn-file">
     + Browse... <input id="photo-attachment" name="attachment" type="file" accept="image/*">
   </span>