Search found 13 matches
- Mon Oct 21, 2024 12:13 pm
- Forum: General Questions
- Topic: How to have the exact same size for the pictures?
- Replies: 8
- Views: 2056
Re: How to have the exact same size for the pictures?
Thank you Pablo, I did solve it by updating the layout grid with a new one and it is good looking now. I have seen this question often coming up in threads and perhaps a quick tutorial showing how dropping pictures in the layout grid - even if they look alike on the page - end up with different ...
- Sun Oct 20, 2024 7:50 pm
- Forum: General Questions
- Topic: How to have the exact same size for the pictures?
- Replies: 8
- Views: 2056
Re: How to have the exact same size for the pictures?
Thank you wwonderfull, I have downloaded GIMP and I could modify the existing ratios by unlocking the aspect ratio in the Image/scaling sub-menu. Once done, I have created a blank project, did include a grid and dropped all the images in their location, perfect preview! Now, if I take the exact same ...
- Sun Oct 20, 2024 5:09 pm
- Forum: General Questions
- Topic: How to have the exact same size for the pictures?
- Replies: 8
- Views: 2056
Re: How to have the exact same size for the pictures?
I have uploaded the reduced project in this temp folder: https://powersimtof.com/temp/ The two left-side pictures look alike in F5 but the other two in the right side don't. As I mentioned, I do not see the effects of the handles - I can nicely move them but see no change on the pictures - and I can ...
- Sun Oct 20, 2024 10:37 am
- Forum: General Questions
- Topic: How to have the exact same size for the pictures?
- Replies: 8
- Views: 2056
How to have the exact same size for the pictures?
Hello, I have well progressed with my website but I still struggle to understand how to display pictures with the exact same size. I am using a layout grid that I have organized in multiple columns. I then import pictures from .JPG files that have the same size when dropped in the page. I used the ...
- Tue Oct 15, 2024 7:03 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
As I said, if I insert the original code with <style> as a closure line, the entire page is blank when I insert in the tab you did recommend - which also makes sense to me by the way, it has to be on top. Because I was not satisfied with the insertion at the end of the page, even if it did work, I ...
- Tue Oct 15, 2024 5:54 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
I just checked again and if I insert the exact same code: <style> #wb_Image4, #wb_Image5 { z-index: 9999 !important; position: relative; } <style in the "Between <head></head> tags" tab, F5 only displays the page background, all the rest is gone. However, if the last line is </style and not <style ...
- Tue Oct 15, 2024 3:59 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
Thank you gents, I think I begin to understand - sorry, I am a power electronics engineer not a software developer : ) So I changed the code to: <style> #wb_Image4, #wb_Image5 { z-index: 9999 !important; position: relative; } <style so that it sets the highest possible z-index to the two images 4 ...
- Mon Oct 14, 2024 9:09 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
I think I kind of understand how the z-index manages the layers but, for instance: <div id="wb_Image1" style="display:block;width:100%;height:auto;z-index:6;"> I see that wb_Image6 is assigned a z-index of 6 but when selecting the image and pushing the back or front button several times in the ...
- Mon Oct 14, 2024 4:49 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
Thank you for the kind offer, I have uploaded this small project through this URL https://powersimtof.com/Spice.htm . Basically, when you click on the left-side book (the one with the blue color), the page opens and if you click on the thumbnails featuring a picture, that is where I see the issue of ...
- Sun Oct 13, 2024 8:49 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
I've tried many different things with the Arrange menu, whether it is the text or the image or the layout grid, can't have the image covering the text when scaled through mouse click, see with this https://powersimtof.com/Downloads/temp/pix.jpg. The pictures are the same format.
- Sun Oct 13, 2024 8:56 am
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
Thank you BaconFries, I looked at the text properties and could not find the Move it to Front/Back, in which tab is it hidden? Thank you.
- Sun Oct 13, 2024 8:40 am
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Re: Rollover zoom not covering when launched
Hello Pablo, this looks like what I need. I will give it a try, thank you!
- Sat Oct 12, 2024 4:59 pm
- Forum: General Questions
- Topic: Rollover zoom not covering when launched
- Replies: 20
- Views: 4436
Rollover zoom not covering when launched
Hello, I have implemented a transition animation when the mouse hovers a picture. I want the small picture to be expanded and I used the transform option. It works when I preview the page but when the image expands by 2 in Y and X, the picture covers the other thumbnails but not the text below which ...