We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16430
    • 217 Posts
    Hi,
    I have TV for submitting images, but I also need to automatic generate image with and height according to image dimension (not resizing)
    Now, TV creates:
    <img src="foo.jpg" />
    I need:

    <img src="foo.jpg" width="xx" height="xx"/>

    In Evo it is possible with PHx snippet, but I could not find anything for revo.
      • 4172
      • 5,888 Posts
      its easy to convert an evo-phx-modifier to an revo-output-filter-snippet.
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 16430
        • 217 Posts
        Quote from: Bruno17 at Jul 13, 2011, 07:24 AM

        its easy to convert an evo-phx-modifier to an revo-output-filter-snippet.

        maybe, but not for me...
        Can you tell me how?
          • 4172
          • 5,888 Posts
          where can we find this modifier?
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
            • 16430
            • 217 Posts
            whole process
            UPDATE: Can you please describe where to find it and how to implement?