uSked / mosaico-php-backend

A PHP backend for Mosaico
GNU General Public License v3.0
32 stars 34 forks source link

Feature/fix image handling #9

Closed bwl21 closed 8 years ago

bwl21 commented 8 years ago

Image handling did not work properly. I tried to fix this (see also https://github.com/ainterpreting/mosaico-php-backend/issues/8)

  1. need to use absolute urls, otherwise mosaico's resize approach does not work.
  2. need to fix some of the regular expressions

There are still some leftovers to make things stable:

bwl21 commented 8 years ago

I close this pr. it was not considered by ainterpreting and is now out of date