• I’m tweaking etsy-shop.php, and trying to figure out how it works. First, I was able to get rid of table and replace with divs, but now I’m trying to get a different image size. I was able to load a bigger image (570xN), but the width and height attributes on the img are causing the image to be small. I can’t figure out how to omit those attributes. I can override them with my own attributes but that doesn’t help me; I just need to omit them so that the image that is loaded is not altered. Any help?

    I know this will break with the next update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Dave Whitley

    (@drw158)

    Line 390 is where I was able to override the attributes:

    <img alt="' . $title . '" src="' . $imgurl . '" width="1px" height="1px">

    But, still doesn’t help my case.

    • This reply was modified 6 years, 9 months ago by Dave Whitley.
    Plugin Author fsheedy

    (@fsheedy)

    Like you wrote, this will break the next update.
    So I is not supported at this time.

    Thanks

    Thread Starter Dave Whitley

    (@drw158)

    Thanks for the reply. I don’t mind breaking the next update for me, this is all experimental and I know it will break. Can you please provide some help with the original issue? Any help would be greatly appreciated! I hope my work can help create a responive mode for the plug-in.

    Plugin Author fsheedy

    (@fsheedy)

    Please update to version 2.0
    It is now responsive.

    Bigger image size will come on next release.

    Hope you will rate my plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Making thumbnails bigger’ is closed to new replies.