Image resizer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MR K
    Senior Member
    • Dec 2006
    • 301
    • 4.0.0

    [Forum] Image resizer

    what about this new feature? i can't find anything in the ACP ... so i need to know if i can select the width and the height of my linked images ...

    ps. 4.0.4 here
  • MR K
    Senior Member
    • Dec 2006
    • 301
    • 4.0.0

    #2
    i found a solution by editing this stylevar ... postbit_content_max_image_width ... but i need a tip for the blogs and cms cuz this doesn't works ...

    Comment

    • Charlie_Brown
      Senior Member
      • Dec 2006
      • 1275
      • 4.1.x

      #3
      I didn't see one for blogs but go into the stylvars and do a search "image" without the quotes. Not sure that's it though just a guess.

      Comment

      • Chapman
        Member
        • Feb 2009
        • 82
        • 4.2.x

        #4
        What about a plugin?

        Comment

        • Charlie_Brown
          Senior Member
          • Dec 2006
          • 1275
          • 4.1.x

          #5
          I use this for posts only -

          Code:
          .postbody IMG{   
              max-width: 85%;   
              height: expression(this.height > 100 ? "100px" : true);   
              width: expression(this.width > 100 ? "100px" : true);   
          }
          This goes in the postbit.css at the very bottom.

          Comment

          • adembaba
            Member
            • Jan 2010
            • 35
            • 4.0.0

            #6
            Originally posted by MR K
            i found a solution by editing this stylevar ... postbit_content_max_image_width ... but i need a tip for the blogs and cms cuz this doesn't works ...
            It doesn't really work. weird "fix"

            Comment

            • MR K
              Senior Member
              • Dec 2006
              • 301
              • 4.0.0

              #7
              Originally posted by Chapman
              What about a plugin?
              not running correctly with the latest build (4.0.4)

              Originally posted by Charlie_Brown
              I use this for posts only -

              Code:
              .postbody IMG{   
                  max-width: 85%;   
                  height: expression(this.height > 100 ? "100px" : true);   
                  width: expression(this.width > 100 ? "100px" : true);   
              }
              This goes in the postbit.css at the very bottom.
              interesting, but isn't a better solution ...

              Originally posted by adembaba
              It doesn't really work. weird "fix"
              works for me, but i know that isn't a good 'fix' ...

              Comment

              • is_it_me
                Senior Member
                • Apr 2008
                • 546

                #8
                My plugin

                - BBR - Resize Images with lytebox v3.22 - http://www.vbulletin.org/forum/showthread.php?t=230411

                seemed to have stopped working with the 4.04 upgrade.

                I am sure I read somewhere that this feature was going to be included in this version, but I can't find it.


                testing 1..2..3

                Comment

                • is_it_me
                  Senior Member
                  • Apr 2008
                  • 546

                  #9
                  Someone seems to have found the image re-sizer, but doesn't explain where:



                  testing 1..2..3

                  Comment

                  • graham_w
                    Member
                    • Apr 2005
                    • 35
                    • 4.0.0

                    #10
                    Originally posted by MR K
                    i found a solution by editing this stylevar ... postbit_content_max_image_width ... but i need a tip for the blogs and cms cuz this doesn't works ...
                    Hard to believe, but I think this is the great image resizer of 4.0.4 - and no option to disable it which in turn has broken all of the image resize mods I've tried.

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...