• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Resize poplet images

Explorer ,
Jul 26, 2012 Jul 26, 2012

Copy link to clipboard

Copied

Are there any jquery geniuses out there that could strip the existing poplet 65px constraint and replace it with a given?

I can't think of another way to resize these decently. Any tips?

TOPICS
eCommerce

Views

3.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 27, 2012 Jul 27, 2012

{tag_poplets,5,90,90}

Where 5 is the number per row and the 90 and 90 are the width ane height dimensions.

Votes

Translate

Translate
Participant ,
Jul 26, 2012 Jul 26, 2012

Copy link to clipboard

Copied

if you pm me a link to a page with it running i can send you a script.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 27, 2012 Jul 27, 2012

Copy link to clipboard

Copied

Tell you a secret, poplets actually have parameters to set the size etc.

It's not documented.

I'll post later when on a computer.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 27, 2012 Jul 27, 2012

Copy link to clipboard

Copied

{tag_poplets,5,90,90}

Where 5 is the number per row and the 90 and 90 are the width ane height dimensions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 31, 2012 Jul 31, 2012

Copy link to clipboard

Copied

Thank you Liam Dilley! How did you know that? Is there an 'undocumented document'? What other secrets are there? That is great. Very much appreciated.

LiamDilley wrote:

{tag_poplets,5,90,90}

Where 5 is the number per row and the 90 and 90 are the width ane height dimensions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 31, 2012 Jul 31, 2012

Copy link to clipboard

Copied

There is A LOT!

Not documented anywhere (YET, i have plans, hehe) it is sometimes trying something out and seeing, asking around sometimes and just guessing or just knowing the system very well.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 02, 2016 Aug 02, 2016

Copy link to clipboard

Copied

please write a Adobe BC undocumented document ebook. I'll buy it

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 13, 2012 Sep 13, 2012

Copy link to clipboard

Copied

hey the rows work for me but not the sizing is it a matter or chaging some css aswell as adding the sizing in the brackets?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 13, 2012 Sep 13, 2012

Copy link to clipboard

Copied

solved it just add to get rid of the

.poplets img,

.poplets img

width and height settings now sizing works great

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 06, 2013 Dec 06, 2013

Copy link to clipboard

Copied

Is there anyway to "Fill" the poplet image? i.e if it is landscape it fits centered within a square without being squashed.

I was sure this was possible but cannot find the tag with the proper parameters!

See here for an example:

http://www.screencast.com/t/ZbfMvHSX

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 24, 2014 Apr 24, 2014

Copy link to clipboard

Copied

Hi!,

Did you ever found solutions for it?

I'm trying to do the same thing, i have 8 poplets all random size and was hoping I could use the this :

<img alt="" src="{tag_poplets}?Action=thumbnail&width=70&height=70&algorithm=fill_proportional" />

But that doesnt work...

Any suggestion how to get my poplets to auto resize and fill the box?

Thanks


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 17, 2015 Jan 17, 2015

Copy link to clipboard

Copied

I am also looking for the poplet images resizing on the fly, as mentioned in the Resize poplet images post, can anyone have answer to that post.

What I would like to achieve is to resize the images on the fly as large or small images can be resized through the following codes;

<img alt="" src="{tag_smallimage_path}?Action=thumbnail&Width=300&Height=300&algorithm=proportional">

So, can there be a code for poplets something like <img alt="" src="{tag_poplets_path}?Action=thumbnail&Width=300&Height=300&algorithm=proportional">

What i mean is poplet tag with "_path" and Action parameters as with large or small images?

Or any other solution that poplet images will show up in lightbox but in fixed size of proportional algorithm with fixed height and width.

Thanks you in anticipation, Muzammil

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 07, 2015 Feb 07, 2015

Copy link to clipboard

Copied

Hi, I would also like to achieve the auto fixed sized thumb sizing for poplets. My clients just won't resize images so they are all exactly the same so this auto resizing is a must for a neat/tidy line up of thumbs. Could someone advise how to do this please.  I really hope this is possible.

Many thanks.

Eva

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 02, 2016 Aug 02, 2016

Copy link to clipboard

Copied

LATEST

like this ?

.poplets img {

         float: left;

    padding: 0 0 8px 8px;

    height: 100px;

    width: 100px;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines