Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
reduced gif size and updated bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Fong committed Jan 21, 2014
1 parent 874b76c commit 683acbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"dependencies": {
"jquery": "2.0.0",
"animated-gif": "sole/Animated_GIF#38c7e30965578591de0f9dbbc87829f9259fd289",
"animated-gif": "sole/Animated_GIF#43eb767979f2f68f81abbf99117c576eb759a0bf",
"angular": "1.2.0",
"angular-route": "1.2.0",
"gumhelper": "sole/gumhelper#8f344dc27605fb9ee063c911f8bd5fc47b9300b4",
"gumhelper": "sole/gumhelper#596ddfb555039a400b8287fc5ac01f0b2aebf6fa",
"moment": "2.4.0",
"localforage": "mozilla/localForage#00c9d5f6db247a623c3e4f92a7c0e0d4ffbc8bbf",
"angular-translate": "1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions public/javascripts/factories.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ angular.module('chatspace.factories', []).

// TODO: use the provided width and height to determine
// smaller dimensions with proper aspect ratio
videoElement.width = 120;
videoElement.height = 90;
videoElement.width = 100;
videoElement.height = 75;
$('#video-preview').append(svg)
.append(videoElement); // TODO: switch to directive
videoElement.play();
Expand Down

0 comments on commit 683acbc

Please sign in to comment.