Help - Search - Members - Calendar
Full Version: Image Gallery
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
pooriap
HI
does anyone know how to resize the internet explorer browser?

i'm trying to create image gallery for each item, but when i click on the link

"Click To View Larger Samples",

the browser is too small and the picture doesn't fit. Is there any way to resize it?

Thank you
MC-Matt Support Manager
Hello,
This is something that we are still working on. The pop-up window that contains the image gallery is set to a fixed width. This has been submitted for review to our QA/Dev team. Stayed tuned for updates on this will be completed.
Thanks!
Matt
Jason :D
Ummmm... Welll.. Ok. lets see if i understand..

(if this is the problem, i doubt it)
This is how you need to rezize it to fit your window. If it does not fit the screen (IE: you see other things on your screen with IE is up), you need to hit the maximize button on the browser.

It looks like this; user posted image

(Or this is the problem, possible)
If you just wante a bigger screen size, you need to go into your display properties and adjust it like this.. (assuming you have windows)

user posted image..

But keep in mind everyone has different display sizes and screen sizes so what might look right to you, may not look right to everyone else.

(or this.. very possible)
SO if you are concerned about you images being too BIG then size them to be smaller. Then everyone will beable to see them in whatever they are viewing.

I would say make whatever image you are trying to enage no larger than the suggested 300 x 300 px. But you can definatly go larger, probably up to 400 if you wanted. But if you are that concerned, i would not go much more..

Theres my 2 cents! user posted image

-J happy.gif
pooriap
Thank you very much.
pooriap
I'm trying to find a way to use this code for my image gallery, but it has to be a pop up. I don't know what to do !!!!

take look at this code in frontpage

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="generator" content="Adobe GoLive 6">
<title>Pop Up Sample</title>
<script><!--
thisImgz = 1


function newSlide(direction) {

thisImgz = direction
document.sliderz.src = "a_b_5drawerdresser" + thisImgz + ".jpg"
}
// -->
</script>
</head>

<body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<div align="center">
<table width="603" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../../images/popup_title.gif" alt="" height="48" width="197" border="0"></td>
<td>
<div align="right">
<a href="javascript:window.close()"><img src="../../images/popup_closewindow.gif" alt="" height="48" width="110" border="0"></a></div>
</td>
</tr>
</table>
<table width="604" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="92">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="white">
<tr>
<td><a href="javascript:newSlide(1)"><img src="t_a_b_5drawerdresser1.jpg" alt="" height="90" width="90" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../../images/popup_spacer.gif" alt="" height="8" width="8" border="0"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="white">
<tr>
<td><a href="javascript:newSlide(2)"><img src="t_a_b_5drawerdresser2.jpg" alt="" height="90" width="90" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../../images/popup_spacer.gif" alt="" height="8" width="8" border="0"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="white">
<tr>
<td><a href="javascript:newSlide(3)"><img src="t_a_b_5drawerdresser3.jpg" alt="" height="90" width="90" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../../images/popup_spacer.gif" alt="" height="8" width="8" border="0"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="white">
<tr>
<td><a href="javascript:newSlide(4)"><img src="t_a_b_5drawerdresser4.jpg" alt="" height="90" width="90" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="../../images/popup_spacer.gif" alt="" height="8" width="8" border="0"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="white">
<tr>
<td><a href="javascript:newSlide(5)"><img src="t_a_b_5drawerdresser5.jpg" alt="" height="90" width="90" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="8"><img src="../../images/popup_spacer.gif" alt="" height="8" width="8" border="0"></td>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#a19e8c">
<tr>
<td>
<table width="500" border="0" cellspacing="0" cellpadding="0" bgcolor="white" background="loading.gif" height="500">
<tr>
<td><img src="a_b_5drawerdresser1.jpg" alt="" name="sliderz" height="500" width="500" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>

</html>


thank you
MC-Matt Support Manager
Hello,
This is the code that you will see for that page. Currently the system has a fixed size for the gallery pop-up window. We are working to get this functionality improved to better suit the needs of clients with larger gallery images.
Thanks!
-Matt
pooriap
Thank you
crashingflwrgrl
lol...some would say your first problem is... you're using Frontpage! whistling.gif
AzAkers
I see a doc created in Adobe GoLive - which I haven't heard any complaints on before (but I've neve used it myself)

and HEY - Front Page 'isn't all THAT bad' huh.gif okay...well...maybe it is

but I think the issue is monstersmile.gif programing for the "Click here to see more pictures" function

I think it calls up a specificly sized window that is built into the cart software programming. Currently there is no adjustment for us to play with so we are stuck adusting out images to fit the window they provide for us.

Alterantively - if you REALLY want to show visitors a larger image that will really knock their socks off and drive them to the BUY IT NOW button - you could provide a link in the product HTML description area that will open a custom page in a new window with a photo gallery for that item and you can specify the window size with Java Script.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.