LukeDesign
-
Posts
77 -
Joined
-
Last visited
Reputation Activity
-
LukeDesign reacted to tuanphan in Animated hover over image photo filter
Target this
.slide, .slide img { border-radius: 20px; }
-
LukeDesign got a reaction from Beyondspace in Vertical display on slideshow gallery
Thank you, @Beyondspace. The updated plugin worked perfectly for what I was trying to accomplish.
-
LukeDesign got a reaction from Beyondspace in Vertical display on slideshow gallery
They are not the same ratio, I have photos 2:3 vertical and 3:2 horizontal within the gallery.
The password is working, make sure you copy and paste it. There are numbers in there replacing letters.
-
LukeDesign got a reaction from Beyondspace in Vertical display on slideshow gallery
Site URL: https://www.lucasano.com/test6
Hello!
I am looking to display a slideshow gallery vertically while also be able to adjust the display image size to match my horizontal galleries. I am using a Lightbox plugin (Beyondspace Lightbox Studio) which requires using a lightbox-enabled Slideshow block to work as instructed by this tutorial
Here is my website: https://www.lucasano.com/test6
Password: t3st123
I’ve attached a screenshot below to illustrate how I’d like the slideshow to be displayed. The vertical gallery block in question is on the bottom left, and to the right is an image block I added to represent the desired size for the gallery block display. I am essentially wanting to fill in the image to the block.
In short: I want to mix images with various aspect ratio (3:2 and 2:3) into a custom grid and open separate lightbox galleries upon clicking the images
Thank you!
-
LukeDesign got a reaction from Beyondspace in Vertical display on slideshow gallery
That is not an option in slideshow galleries (see photo below).
-
LukeDesign got a reaction from creedon in CSS for “Related Post” advanced
Thank you. I was able to find some Javascript that achieved what I was looking for.
-
LukeDesign reacted to Ziggy in Add parallax scroll to image block (not section background)
No problem! Can you mark my post as the solution and give it a like? Thanks!
-
LukeDesign got a reaction from tuanphan in Animated hover over image photo filter
Amazing! Works perfectly. So much to change the colors to get different effects. Thank you so much!
-
LukeDesign got a reaction from tuanphan in Adjusting vertical line in footer with no pad
Your code worked in addition to me adjusting the footer to to fill screen. Thank you!
-
LukeDesign got a reaction from tuanphan in Image blocks in background?
I was able to find code that worked. I added this code for each section:
body section[data-section-id="66219f22e4cf963ce6a57165"] .section-background img { display:none; } body section[data-section-id="66219f22e4cf963ce6a57165"] .section-background { background: url('https://static1.squarespace.com/static/660dabf2c74e425529726520/t/66243b33e50095191ec2b84f/1713650490415/Sample+image+2.jpeg'); background-attachment: fixed !important; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; }