|
uCoz Community Archives Locked Want to change photo dimensions |
Want to change photo dimensions |
please help.. i have site of wallpapers and have more than 2000 wallpapers (http://thewallpapers.in/), but now i want to change design of my site and i need that my demo photos be of the greater dimension. now they are 135x115. i know that it is not possible via control panel. So i tried it via html, but got some problems: some photos are not displayed (mainly if their dimensions are too little), may be it's because i use $FULL_PHOTO_DIRECT_URL$? what can be done?
here is the example of what i did:
Code <img src="$FULL_PHOTO_DIRECT_URL$" width="" height="" /> help me please.. P.S. It would be great if we could change dimensions of existing photos. please include it. (i shall write it in suggestions too ) Added (2010-03-19, 0:34 Am) |
Quote (Mistory) Control Panel (CP) -> Photo Albums -> Module Settings -> 'Demo image size' i need to change dimensions for existing photos.. it doesnt help, it only changes dimensions for future photos |
i replaced $photo$ code with this one
Quote (yoo) <img src="$FULL_PHOTO_DIRECT_URL$" width="" height="" /> |
Your photo-album is custom therefore it's not our job to look at your custom code
and suggest you how to change something. It's only your responsibility. Also, you can't suggest this either because that's not uCoz feature, it's a custom set of code. And it is hard to understand you. You said you replaced $PHOTO$, but this code is [... With uCoz since December 2 2007 ...]
|
as i see i have not described it correctly. i have changed $photo$ with above code in appearance of photo entries. as you see i used $FULL_PHOTO_DIRECT_URL$, but it doesnt help because small dimensional photos are not displayed in this way on my main and categories pages. is there other global code which i could use to display photos with all kind of dimensions?
Added (2010-03-20, 5:09 PM) i used following code for displaying my entries Code <img src="$PHOTO_DIRECT_URL$" width="240" height="170" border="0"/> this code works for small dimensional photos too, but there is still one problem the quaility is very low.. have you any ideas? Added (2010-03-20, 5:10 PM) Added (2010-03-20, 5:46 PM) |
| |||
| |||