Forum Replies Created
-
AuthorPosts
-
Select Portfolio and from the Manu click on Trees and Forest, and scroll to see two pages 1, 2
Click on 2. it’ll load the page. Click on 1, and it’ll stay at 2.
ThxI found this code snippet that works well, for those that are curious how to remove the underline from the main menu
.avia-menu-fx {
display: none !important;
opacity: 0;
}If you look at the bottom of a home page of my website: http://www.scenesfromlight.com you will see: “All Content…. “. It’s a small label in white.
Every page has it but the Blog. Blog doesn’t allow it for some reasons. I can’t attach any print screen here. How?
Just navigate to my website and you’ll see what I mean. Click on Blog and at the bottom there’s nothing. I can’t add this label there…
GregI removed the image from the home page. It was a vertical image. Your link points to a horizontal shot. All horizontal images are OK, and not resized. But vertical images are stretched vertically to size that is beyond the original file’s size and so you get pixelation and artificial image resizing artifacts. I put it back so you can see what I’m talking about….
Since the image and home page is basically screwed up, I don’t want to keep it there for a long time. I’ll keep it over this weekend only…
Have a look again, here: http://scenesfromlight.com
On my home page there are few images rotating, the vertical is the second one.
My thoughts what happening:
It looks like your scrip is forcing all images to fit to the width of the home page’s slider. If the width of the image is smaller, it’ll be stretch vertically to the width of what the slider expects, hence unusually long images that look horrible…
This means specifying “No Scaling (Original Width X Original Height) has no effect since all images must match the width of a slider, which it looks like is 1200 pixels. The vertical image is only 800 pixels (1200px on a longer edge). Still, your script will make the 800px width a 1200px, and so will resize the height from 1200 to whatever that ends up to be, a 1600px probably. That’s not right!
Please let me know if this can be fixed. If not, I’ll have to keep showing on my front page only horizontal images.Hey Rikard,
Navigate here: http://scenesfromlight.com
The home page has few images. The first one looks good (because it’s horizontal) but second is huge, and completely off. It is also resized so bigger than the actual original image. Rest of the images are OK because again, they are all horizontal.Thanks Yigit. Yes, that’s what the problem was. OK, I’m going to update it now…
-
AuthorPosts