joomla-extensions / install-from-web-client

Home of the "Install from Web" (aka Joomla Extension Finder) plugin for the Joomla! CMS.
GNU General Public License v2.0
6 stars 12 forks source link

Fixes images which are too big #20

Closed nicksavov closed 9 years ago

nicksavov commented 9 years ago

Fixes joomla-extensions/install-from-web-server#17

Moves joomla-extensions/install-from-web-server#21 from server-side to client-side.

beat commented 9 years ago

From code-review point of view looks good to me :+1:

nicksavov commented 9 years ago

Can you double check the minified version? I just used http://cssminifier.com/

Is there a Joomla best practice for minification?

beat commented 9 years ago

We would need someone doing a test with client-side joomla debug off to check the minified version. :-)

peterlose commented 9 years ago

Tested. Works fine

nicksavov commented 9 years ago

Thanks @losedk !

beat commented 9 years ago

Thanks @nicksavov for the fix and @losedk for the test :+1: Merging!