HTML Script Discrepancies

http://towingexperiences.com/apparel.html

As you can see in the website, one script the picture is large. The other script below the picture is small.

I think I used the same Blocs and I know I used the same Bric.

Why are the pictures so different in size.

I’ve double checked the script and it all looks the same to me.

Is this a Shopify issue or am I using different Blocs?

I’d really love some help.

Thanks

Bill

Are you speaking of the upper section and the lower section?

One thing is the images themselves are vastly sized different.

Top Images:
1000px / 1000px

Bottom Images:
200px / 200px

For example:

Also there are image size discrepancies amongst some of the images used in the top section also, as you click through them.


EDIT: Also this appears to be the make up for those sections:

<div class="bloc bloc-tile-2 bgc-white l-bloc" id="bloc-17">
	<div class="container bloc-sm">
		<div class="row">
			<div class="col-sm-12">

<div class="bloc bloc-tile-2 bgc-white l-bloc" id="bloc-18">
	<div class="container bloc-sm">
		<div class="row">
			<div class="col-sm-12">

<div class="bloc bgc-black d-bloc full-width-bloc" id="bloc-19">
	<div class="container bloc-sm">
		<div class="row">
			<div class="col-sm-12">
			
<div class="bloc bloc-tile-2 bgc-white l-bloc" id="bloc-20">
	<div class="container bloc-lg">
		<div class="row">
			<div class="col-sm-12">
			
<div class="bloc bloc-tile-2 bgc-white l-bloc" id="bloc-21">
	<div class="container bloc-lg">
		<div class="row">
			<div class="col-sm-12">

Some differ a bit as well - bloc-sm -vs- bloc-lg , l-bloc -vs- full-width-bloc, but in general I think the image sizes themselves are the biggest issues regarding your image size discrepancies. If what I described above is what you are speaking about?

Thanks for replying. Yup that is what I am talking about.

I’m going to start from scratch and see if I can fix it that way. I’ll be back if I have problems.

Thanks again

Bill