Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54

Thread: Using GoDaddy QSC, need product images to be LARGER!

  1. #1
    Join Date
    Jan 2011
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Using GoDaddy QSC, need product images to be LARGER!

    I am using GoDaddy's Quick Shopping Cart and need my main product image on each individual product page to be 3x bigger than the default size.
    You can view one of my products at the following link:
    http://ricketyrack.com/Pleated-Chiff...ck-MD20568.htm

    If you view the source file on that page, you can find the area where the images attributes are specified (it's about half way down).

    What part of the code would I need to copy/paste into my Advanced CSS editor and how do I modify the code in order to accomplish this task?

    Any help would be SOOOOOOO appreciated! I would be forever thankful!

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    are you talking bout the bottom images or once u click on the image it changes?

  3. #3
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    like the image above the "Click to Enlarge" or the images below that?

  4. #4
    Join Date
    Jan 2011
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I need the main image to be 3 times larger on the page itself (not after you click on it). The smaller bottom images can remain the same size, but it would be nice to know how to resize those as well.

  5. #5
    Join Date
    Jan 2011
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah, the image above the "Click to Enlarge" text!

  6. #6
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    ok one sec let me see what i can do.

  7. #7
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    Your code:
    <img style="cursorointer; padding:0;" src="/images/129531262042757403264.jpeg" alt="Pleated Chiffon Babydoll Frock" id="filmstripPreview" onclick="new_window = window.open($('#zoomImageURL').text(), 'ZoomImage', 'width=420, height=420, scrollbars=yes, resizable=yes');new_window.focus(); return false;" />
    'width=420, height=420,
    you want it 3x the size?
    'width=1260, height=1260,
    <img style="cursorointer; padding:0;" src="/images/129531262042757403264.jpeg" alt="Pleated Chiffon Babydoll Frock" id="filmstripPreview" onclick="new_window = window.open($('#zoomImageURL').text(), 'ZoomImage', 'width=1260, height=1260, scrollbars=yes, resizable=yes');new_window.focus(); return false;" />
    try that? let me know if that works.
    Is there a way that we can talk faster with each other? like facebook chat?

  8. #8
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    means : p
    with no space.
    y is there smilies?

  9. #9
    Join Date
    Jan 2011
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So I pasted this code into my Advanced CSS editor in GoDaddy:

    <img style="cursorointer; padding:0;" src="/images/129531262042757403264.jpeg" alt="Pleated Chiffon Babydoll Frock" id="filmstripPreview" onclick="new_window = window.open($('#zoomImageURL').text(), 'ZoomImage', 'width=1260, height=1260, scrollbars=yes, resizable=yes');new_window.focus(); return false;" />

    But the product image is still the same size.
    Is this proper CSS coding?

  10. #10
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    ok try this
    <img src="/images/129531262042757403264.jpeg" width="393" height="525" style="cursorointer; padding:0;" alt="Pleated Chiffon Babydoll Frock" id="filmstripPreview" onclick="new_window = window.open($('#zoomImageURL').text(), 'ZoomImage', 'width=1260, height=1260, scrollbars=yes, resizable=yes');new_window.focus(); return false;" />

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •